Kareena Kapoor gets back to her fitness plan after eating biryani, halwa – ThePrint

var initFontSize = function(){
var fontsize = getFontSize()
console.log(fontsize)
updateFontSize(fontsize)
}

$(document).ready(initFontSize);

$(‘#td-outer-wrap’).on( “click”, “#up”, function() {
changeFontSize(1)
});

$(‘#td-outer-wrap’).on( “click”, “#down”, function() {
changeFontSize(-1)
});

function openNav() {
document.getElementById(“myNav”).style.width = “100%”;
}

function closeNav() {
document.getElementById(“myNav”).style.width = “0%”;
}

jQuery(document).ready(function($) {

$(“.overlay-content li”).click(function (a) (a.preventDefault(), a.stopPropagation(), jQuery(this).toggleClass(“td-sub-menu-open”))

);
});

$(document).ready(function () {
size_li = $(“#myList .timeline_post”).length;
x=5;
$(‘#myList div.timeline_post:lt(‘+x+’)’).show();
$(‘#loadMore’).click(function () {
x= (x+10 <= size_li) ? x+10 : size_li; $('#myList div.timeline_post:lt('+x+')').show(1000); }); $('#showLess').click(function () { x=(x-10<0) ? 3 : x-10; $('#myList .timeline_post').not(':lt('+x+')').hide(1000); }); }); function rederSurvey() { document.getElementById("mySidepanel").style.width = "250px"; } function closeSurvey() { document.getElementById("mySidepanel").style.width = "0"; }

Source link

Comments

0 comments

Leave a comment

Your email address will not be published. Required fields are marked *