标签:blog http io ar strong for 2014 div sp
$(document).ready(function(){
window.onscroll = function(){
var forum_main = document.getElementById("forum_main");
var thetop =document.documentElement.scrollTop + document.body.scrollTop;
var forum_box_top = forum_main.offsetTop;
//window.console && console.log(forum_box_top);
//window.console && console.log(thetop);
if(thetop >= forum_box_top){
$(‘#forum_float_box‘).addClass(‘twfir‘);
}else{
$(‘#forum_float_box‘).removeClass(‘twfir‘);
}
}
})
标签:blog http io ar strong for 2014 div sp
原文地址:http://www.cnblogs.com/afei-happy/p/3977800.html