Hello,

I think this should be a pretty simple issue but I can't find any
clear information on how to do it :(

In-a-nutshell, I just need an accordion menu to not lose it's state
(what is open/closed at the time of click) when the new page loads.

I've poured over the following pages already:

http://www.learningjquery.com/2007/03/accordion-madness
http://bassistance.de/jquery-plugins/jquery-plugin-accordion/
http://jeroencoumans.nl/journal/simple-accessible-jquery-menu

And while they all work as is, I'm not able to modify them for my
needs, so I'm obviously not at that skill level, which of course is
why I'm writing post now :)

So far I've learned that "this" will return the current value of the
href within the link, and if turned into a variable first will return
the element (a in this case)...

How do I save the dom path of "this" into a cookie so that I
can .show() the exact same element when the new page loads?

I hope someone can help before I tear all my hair out ;)

- Jonny

Reply via email to