Reputation: 5
Is there a way I can have collapsible list and have the clicked list expand when clicked and stay expanded even when the page refreshes?
I'm using PHP, CSS and Jquery
Upvotes: 0
Views: 1549
Reputation: 23255
This is called an accordion, and there is one in jQuery UI : http://docs.jquery.com/UI/Accordion
Upvotes: 1