Take a look at how Bollywood celebs made the Maldives their favourite holiday destination this year.
Pinkvilla Desk
<!–
–>
New Year’s Eve: Disha Patani, Tiger Shroff to Varun Dhawan, Taapsee Pannu; WATCH how Bollywood & Maldives was a HIT this year. Word is OUT that Kiara Advani, Sidharth Malhotra and Ananya Panday, Ishaan Khatter are all set to celebrate New Year’s Eve in Maldives. The island has become a major getaway not just to Tiger and Disha but to a majority of other Bollywood celebs. Take a look at this list of celebs who flew down to Maldives for a much-needed post lockdown break. From Tiger Shroff, Disha Patani to Varun Dhawan, let’s take a look at these celebs who vacationed at the exotic island.
What’s New
Shaheer Sheikh gets candid on Paurashpur, Erica Fernandes and Yeh Rishtey Hain Pyaar Ke
“Yeh mike phenk kar marungi!” WATCH why Shilpa Shetty’s reacted like that when asked about Deepika’s movie
LATEST: Kangana Ranaut visits Siddhivinayak temple in a traditional avatar
Pooja Hegde reveals her New Year’s plans; Shraddha Kapoor does her aunt duties
“Romance karne ke liye koi hona bhi chahiye;” When Janhvi Kapoor had no ‘romantic’ Christmas & New Year plans
Ananya Panday and Ishaan Khatter fly off to Maldives to celebrate New Year! Watch video
Popular Videos
Shaheer Sheikh gets candid on Paurashpur, Erica Fernandes …
“Yeh mike phenk kar marungi!” WATCH why Shilpa …
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, …
JUST IN ! Rumoured couple Kiara Advani & Sidharth …
.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