I want to create multilevel accordion Navigation using jQuery , I tried using this script but it not allow the multi-level. Please view the Image what exactly I am looking for,
http://www.i-marco.nl/weblog/jquery-accordion-menu/#
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First markup your items like so. You’ll want to mark any submenus with the “accordion” class.
After that just use jQuery UI’s accordion plugin (Don’t forget to include the jQuery core file and jQuery UI file.
http://jqueryui.com/demos/accordion/
Use CSS to style as required. Of course, the structures and the class names can be changed as preferred. This is just the easiest solution