让DIV随着滚动条移动

让DIV跟着滚动条移动jQuery(window).scroll(function() {var bottomHeight -+document.documentElement

让DIV跟着滚动条移动

jQuery(window).scroll(function() {var bottomHeight =  "-"+document.documentElement.scrollTop;jQuery("#chatToolBar").css("bottom", bottomHeight + "px");});
?