Inline jquery being forced to footer – dropdown not working
-
When I use the groovy menu preview function inside my admin panel, the menu fires correctly, and loads resources in the following order:
<body> <script>...</script> <header> <nav>...</nav> </header> </body>
However, when I roll out the menu to my live site, the javascript doesn’t fire, and I noticed it loads in this order, with the inline jquery being forced to the bottom of the page:
<body> <header> <nav>...</nav> </header> <script>...</script> </body>
See the link and the menu under “nav test” on the page.
What is forcing this issue and how can I prevent it from happening?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Inline jquery being forced to footer – dropdown not working’ is closed to new replies.