how to make parent link active
Howdy,
I'd like to use the jQuery UI menu or accordion AND have the parent node open an a href when selected in addition to perform its other function of showing its children/nested links.
I'm using the following code, but realize I probably need to configure something in the jquery-ui.js file.
Example...when I click on yahoo1 I want to see the content that yahoo1 is liked to display on the page (will use ajax to call up page content) AND still display its nested bing2 child.
Essentially, I'd like to know if there's a way to make a parent li like yahoo1 an active link to open something.
Thanks!
k