I want to create a menu from xml uing jQuery. The sub menu should display only when I click on main menu.
This is the first time I am working with xml using jQuery so having a hard time.
Please help!
I want to create a menu from xml uing jQuery. The sub menu should display only when I click on main menu.
This is the first time I am working with xml using jQuery so having a hard time.
Please help!
You may want to parse the XML to then create menu items from this data. See here for more info:
http://api.jquery.com/jQuery.parseXML/
Also see: