jQuery(document).ready(function(){ jQuery("body").append("
"); jQuery("#klq_to_top").css({ "display":"none", "z-index":"999999", "position":"fixed", "bottom":"350px", "padding":"10px 16px", "background-color":"", "-webkit-border-radius":"25px 25px 25px 25px", "-moz-border-radius":"25px 25px 25px 25px", "-icab-border-radius":"25px 25px 25px 25px", "-khtml-border-radius":"25px 25px 25px 25px", "border-radius":"25px 25px 25px 25px", "cursor":"hand", "cursor":"pointer", "right":"0px", "color":"#FF0000", "font-size":"20px", "font-weight":"bold", "text-align":"center", "text-decoration":"none", }); jQuery(window).scroll(function(){ if(jQuery(window).scrollTop()>"200"){ jQuery("#klq_to_top").fadeIn(); }else{ jQuery("#klq_to_top").fadeOut(); } }); jQuery("#klq_to_top").click(function(){ jQuery("html,body").animate({scrollTop:0},"1000","easeOutQuad"); }); });