views:

36

answers:

0

I have these several datalist of hyperlinks, which will append a querystring to the URL when cliked. These datalists are inside 7 panels of jquery ui accordion. Is it possible to hide a panel if I click any of the hyperlinks inside it? How do I do this?

Let's say I clicked a hyperlink in datalist 1 which is in panel 1, when the page redirects/refreshes, I want that datalist 1 and 1st panel of accordion gone.