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.

Sub menus not appearing

Home Forums Older releases 0.9.x Sub menus not appearing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1320
    sheraz
    Participant

    i dont know whats wrong please help

    
    
    
    
    
    Baby Zone
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    #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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.