I have a page with several check-boxes in a form, which when selected, filter corresponding info out of a table with jquery. My problem is the following scenario:
Someone checks one or more boxes, hiding rows from table
They Click a link, going to another page
They click the back button.
At this point, the check boxes are still checked (in chrome at least), but the all the table rows are visable again.
Any Ideas?