Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I just created my new website but the toggle menu have error on submenu ABOUT and PRODUCTS my website is [removed url] . Anyone knows how to solve this thank you!

What I have tried:

[removed duplicate text]
Posted
Updated 28-Jun-17 22:47pm
v2

1 solution

You are using jQuery items ($ specifically) before they have been defined. ie your script

$(document).ready


appears before the <script> include of jQuery itself which is at the bottom of the page. Move the script references to the top of the page, or put the script that is on your product page into its own js file and include it after the js include.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900