You want to open related accordion drawer based on menu selected.
e.g if u have set up your accordion,
       $('#my_accordion').accordion({});

so u can open 4th drawer of your accordion dynamically, the following
way,
$('#my_accordion').accordion({active: 3}); // index starts from 0
just call above code on click event of menu to be selected

-- 
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.

Reply via email to