D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mybf1
/
www
/
ja.bf1.my
/
wp-content
/
plugins
/
ecwid-shopping-cart
/
js
/
themes
/
Filename :
customizr.js
back
Copy
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'); }); });