UI Accordion "navigate", what is it for?
Hi,
I am absolutely new to jQuery. The first thing I have tried to do is
use the Accordion widget. This has been pretty successful as a first
try. I found a nice two part on-line example to that really helped
[sorry, don't have the url at this second].
There is a feature that I do not understand though. What is
"navigation" supposed to do?
The docs are not clear on this [to me]. My best guess is that if you
have a "header" that has an 'A' tag then clicking on that header
should 1) toggle the expanded state of the accordion panel that is
based there; and 2) execute the 'A' tag's href value.
Since this is not working the way I expected then either I am without
clue (likely) or I have misconfigured it
Another way to perhaps ask this question is: given an accordion
widget; if a "heading" is clicked can I do two things at once? First,
expand the header content area and then follow the link that is in the
'A' tag part of the header?