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
  • 641
  • 2
  • 11
  • 29

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,218
  • 13
  • 61
  • 100