芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/public_html/class.bf1.my/wp-content/plugins/ecwid-shopping-cart/js/themes/customizr.js
jQuery(document).ready(function() { var fixedNav = jQuery('header.tc-header'), ecwid_pb_scroller = jQuery('#ecwid_product_browser_scroller'); ecwid_pb_scroller.css('top', (- fixedNav.height()) + 'px'); jQuery(window).scroll(function() { ecwid_pb_scroller.css('top', (- fixedNav.height()) + 'px'); }); });