0

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!

enter image description here

Arshya
  • 660
  • 3
  • 12
  • 30

1 Answers1

0

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:

How to parse XML using jQuery?

Community
  • 1
  • 1
Richard
  • 21,728
  • 13
  • 62
  • 101