kthornbloom / Smoothproducts

A simple, lightweight and responsive product image viewer using jQuery
kthornbloom.com/smoothproducts
185 stars 89 forks source link

jquery problem #23

Closed testerzs closed 8 years ago

testerzs commented 8 years ago

Hi, When I add <script type="text/javascript" src="js/jquery-2.1.3.min.js"></script> in my footer the Smoothproducts script is working but my menubar (navbar) is not working when I add "jquery-2.1.3.min.js"

See the differences: http://#/p/p.html (with out "jquery-2.1.3.min.js" Smoothproducts is not working)

http://#/p/p1.html (with "jquery-2.1.3.min.js")

Hope that you can help me

kthornbloom commented 8 years ago

Hi, it's probably conflicting with some other JS on the page. You'll just need to debug by removing things until you find the problem!

testerzs commented 8 years ago

thanks I will check that