Take a look at the latest video of Kiara Advani and Sidharth Malhotra.
<!–
–>
JUST IN ! Kiara Advani & Sidharth Malhotra: Work or Vacation? Rumoured couple spotted leaving Mumbai just before New Year’s Eve. Kiara Advani and Sidharth Malhotra will be seen sharing screen space in Shershaah. While the film is months away from release, the actors seemed to have set the rumour mills churning. Not to forget, their massive fan base already ships them as a couple. Kiara and Sidharth are loved by thousands of fans and fan clubs and their pictures often take social media by storm. Today, the rumoured couple was spotted leaving Mumbai just before New Year’s Eve leaving fans confused whether they left the city to resume shooting or for a romantic getaway. WATCH this video to know more
What’s New
Shaheer Sheikh gets candid on Paurashpur, Erica Fernandes and Yeh Rishtey Hain Pyaar Ke
LATEST: Kangana Ranaut visits Siddhivinayak temple in a traditional avatar
Pooja Hegde reveals her New Year’s plans; Shraddha Kapoor does her aunt duties
Popular Videos
Shaheer Sheikh gets candid on Paurashpur, Erica Fernandes …
“Yeh mike phenk kar marungi!” WATCH why Shilpa …
New Year’s Eve: Disha Patani, Tiger Shroff …
LATEST: Kangana Ranaut visits Siddhivinayak temple in a …
Pooja Hegde reveals her New Year's plans; …
“Romance karne ke liye koi hona bhi chahiye;” …
Ananya Panday and Ishaan Khatter fly off to …
Alia Bhatt joins boyfriend Ranbir Kapoor, Neetu Kapoor, …
.col-xs-12.col-xs-6.col-sm-4{
/* width: 43%;
float: left;
margin-bottom: 25px;*/
float: left;
height: 250px;
padding-left: 10px;
padding-right: 10px;
}
/*.col-sm-4 {
width: 30.33333333%;
}*/
.recently-viewed-title{
/*width: 90%;*/
}
.recently-viewed-title a{
color: #494949;
font-size: 18px;
line-height: 24px;
font-family: ‘noto_sansregular’;
}
.home-page-articles{
margin-bottom: 20px;
color: #EA275E;
text-align: center;
font-size: 20px;
width: 100%;
margin-top: 35px;
}
footer.footer-main {
padding: 20px 0 0 0;
background: #ffffff;
color: #333;
border-top: 1px black solid;
text-align: center;
}
#article-related-image{
display: inline-block;
/*margin-bottom: 15px;*/
}
#article-related-image .row{
display: inline-block;
vertical-align: top;
}
@media screen and (max-width: 480px){
.col-xs-12.col-xs-6.col-sm-4{
width: 100% !important;
margin-left: 0px !important;
margin-right: 0px !important;
}
.home-page-articles{
width: 100%;
}
#article-related-image .row{
margin-left: 10px;
margin-right: 10px;
}
.col-xs-12.col-xs-6.col-sm-4 {
height: 270px;
}
}
@media screen and (max-width: 768px){
.related_view_image img{
width: 100%;
}
.recently-viewed-title{
width: 100% !important;
}
.recently-viewed-title a {
font-size: 18px;
}
.col-xs-12.col-xs-6.col-sm-4 {
width: 48%;
float: left;
margin-bottom: 25px;
vertical-align: top;
margin-left: 5px;
margin-right: 5px;
padding-right: 0px;
padding-left: 0px;
}
.home-page-articles{
width: 100%;
}
#article-related-image .row{
margin-left: 10px;
margin-right: 10px;
}
}
.video-title-container h1.font-one{
margin-top: 25px;
}
span.submitted.social {
padding-left: 5px;
}
/*
.comment-form {
display: inline-block;
overflow: hidden;
background-color: #ddd!important;
border: none;
padding: 10px 20px;
border-radius: 5px;
margin-bottom: 15px;
}
.comment-form textarea{
width: 100%;
}
*/
input#edit-name {
width: 100%;
padding: 10px;
margin-bottom: 20px;
}
h2.title {
font-size: 20px;
color: #EA275E;
margin-bottom: 5px;
}
.well {
background-color: #ddd!important;
border: none;
padding: 10px 20px;
border-radius: 5px;
margin-bottom: 15px;
clear: both;
}
.edit-feed-me-wrapper{
display:none;
}
console.log($().jquery);
console.log($(“#sidebar-wrapper”));
console.log($(“.close-icon”));
console.log($(“#menu-open”));
console.log($(“#wrapper”));
$(“#sidebar-wrapper”).click(function(e) {
$(“#wrapper”).toggleClass(“toggled”);
});
$(“.close-icon”).click(function(e) {
$(“#wrapper”).toggleClass(“toggled”);
});
$(“#menu-open”).click(function(e) {
e.preventDefault();
$(“#wrapper”).toggleClass(“toggled”);
});
var fbUUID = “”;
var fbIP = “”;
fbUUID = JSON.parse(localStorage.getItem(‘lscache-pfb:user’)).id.uuid;
fbIP = JSON.parse(localStorage.getItem(‘lscache-pfb:ip’));
$(function () {
$(‘.action_like’).on(‘click’, function(event) {
event.preventDefault(); // To prevent following the link (optional)
var NID = $(this).data(‘nid’);
$invokedElement = $(this);
$.post(‘https://www.pinkvilla.com/api/flagnode.php’,
JSON.stringify({ “nid”: $(this).data(‘nid’),”flag”: 1,”ip_address”: fbIP, “unique_id”: fbUUID }),
function(data, status, xhr){
// do something here with response;
console.log(data);
console.log(status);
sendCustomEvent(‘like’, ‘action bar’, window.location.href, 0);
var likeNID = “.action-like-“+NID;
var rowvalike = “”+JSON.parse(JSON.stringify(data)).likeCount+””;
// Core logic
// $invokedElement.html(”).append($(rowvalike));
//This using only for Single value update // section pages
//$invokedElement.find(‘.ng-binding’).replaceWith($(rowvalike));
// This logic using for every value update where find class // section and articles pages
$(likeNID).find(‘.ng-binding’).replaceWith($(rowvalike));
});
});
});
$(function () {
$(‘.action_dislike’).on(‘click’, function(event) {
event.preventDefault(); // To prevent following the link (optional)
var NID = $(this).data(‘nid’);
$invokedElement = $(this);
$.post(‘https://www.pinkvilla.com/api/flagnode.php’,
JSON.stringify({ “nid”: $(this).data(‘nid’),”flag”: 2, “ip_address”: fbIP, “unique_id”: fbUUID }),
function(data, status, xhr){
// do something here with response;
console.log(data);
console.log(status);
sendCustomEvent(‘dislike’, ‘action bar’, window.location.href, 0);
var dislikeNID = “.action-dislike-“+NID;
var rowval = “”+JSON.parse(JSON.stringify(data)).dislikeCount+””;
// Core logic
//$invokedElement.html(”).append($(rowval));
//This using only for Single value update // section pages
// $invokedElement.find(‘.ng-binding’).replaceWith($(rowval));
// This logic using for every value update where find class // section and articles pages
$(dislikeNID).find(‘.ng-binding’).replaceWith($(rowval));
});
});
});
window.addEventListener(‘load’, function() {
var outputElement = document.getElementById(‘output’);
window.addEventListener(‘beforeinstallprompt’, function(e) {
outputElement.textContent = ‘beforeinstallprompt Event fired’;
});
});
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9&appId=120221898031391”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));
<!– /1019716/InArticle-OutofPage-Outstream
Comments
Add new comment