I'm working on cookie persistence: When accordion is changed, it stores the active panel in a cookie, and restores that state on page load. Would that solve your problem?
Jörn On Tue, Oct 21, 2008 at 12:54 PM, evo <[EMAIL PROTECTED]> wrote: > > Hi, > > I've ran into a problem using the accordion from > http://bassistance.de/jquery-plugins/jquery-plugin-accordion/ > Currently to keep the accordion open while navigating a site i add p=1 > (or whatever number it may need) to the url, which works, but as soon > as I need to pass other variables through the url it breaks down and > won't remain open. > > So while http://domain.com/details.aspx?p=2 will work fine, > http://domain.com/details.aspx?p=2&id=4 doesn't work. > > Now I'm wondering there must be another way to have the accordion > remain open as someone must of come across this before. > > Any help will be much appreciated