让DIV跟着滚动条移动
jQuery(window).scroll(function() {var bottomHeight = "-"+document.documentElement.scrollTop;jQuery("#chatToolBar").css("bottom", bottomHeight + "px");});? 发布时间: 2012-10-28 09:54:44 作者: rapoo
让DIV跟着滚动条移动
jQuery(window).scroll(function() {var bottomHeight = "-"+document.documentElement.scrollTop;jQuery("#chatToolBar").css("bottom", bottomHeight + "px");});?