Resetting the expanded items in JQuery after click on URL

Resetting the expanded items in JQuery after click on URL


Hi,
I am using JQuery to my menu and added urls to <li>, And I expanding
the 2nd item using jQuery('#accordion').accordion("activate", 1); It
is working fine, but when I click on the url I could see only tabs
not the items.
Any help, thanks in advance.