Did you get this to work? I need the same functionality.
On 30 jul, 19:40, Geoff wrote:
> Hi,
>
> I'm trying to implement theaccordionnavigation menu for one of my
> sites and have a quick question on how to properly set up the call...I
> went through the documentation and I think that I'm obvi
Hi,
I can confirm that the code on the following page will enable
persistence between page loads:
http://dev.jqueryui.com/ticket/3613
Using this exact accordion (http://jqueryui.com/demos/accordion/), I
replaced...
$("#accordion").accordion({
header: "h3",
autoHeight: false
})
Hi,
Technically what you are trying to do may be achievable, but I have a
suggestion for achieving the same feature in a slightly different manner:
1. Instead of redirecting your visitor to a different page altogether and
then try to recreate the same state, just use one of jQuery's ajax calls
in