Visited state for the UI accordion
I implemented a FAQ page with the accordion from jquery-ui-1.8.11. It came out ok -
http://www.steveswebshopphp.com/upaya/FAQ.html. But one thing that I wanted to implement but couldn't is a visited state for visited questions. That is, after you've opened, read and closed one question I'd like for that question to have a different text appearance so the user is reminded that they've already opened and read that question. But the accordion code seems to clear the visited state of the link in the header (where the question is) when the question is closed and another question is opened, so there's no way to style visited questions differently than unvisited questions.
Did I miss something, or is this really a limitation of the UI accordion module?
Thanks for your help.
Steve