`
hedahai119
  • 浏览: 104532 次
  • 性别: Icon_minigender_1
  • 来自: 大连
社区版块
存档分类
最新评论

让DIV跟着滚动条移动

    博客分类:
  • js
阅读更多
jQuery(window).scroll(
	function() {
		var bottomHeight =  "-"+document.documentElement.scrollTop;
		jQuery("#chatToolBar").css("bottom", bottomHeight + "px");
	}
);
 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics