Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Re: Sub menus not appearing

Home Forums Older releases 0.9.x Sub menus not appearing Re: Sub menus not appearing

#1574
admin
Keymaster

Hi, I guess you have moved the libs folder so the hardcoded path in “jquery-loader.js” is not accurate any more and jQuery doesn’t get loaded at all. So just check/fix this line:

var path = '../libs/jquery/jquery.js';

Or, alternatively, you can opt to not use “jquery-loader.js” at all and instead include directly your preferred jQuery version on your pages – e.g.:


The loader script is just used on the demo page to allow easy testing with different jQuery versions.