让DIV跟着滚动条移动
jQuery(window).scroll(function() {var bottomHeight = "-"+document.documentElement.scrollTop;jQuery("#chatToolBar").css("bottom", bottomHeight + "px");});