芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/www/itrema/wp-content/themes/itremetheme/js/menuScroll.js
jQuery(function(){ var bar=jQuery('#headerSlideContainer') var top=bar.css('top') jQuery(window).scroll(function(){ if(jQuery(this).scrollTop()>50){ bar.stop().animate({ 'top' : '0px' },500) }else{ bar.stop().animate({ 'top' : top },500) } }) })