[jQuery] jQuery-modified CSS 'display' property lost after "back" button
Hi, all
I've used jQuery to have the "display" CSS property of a block that
was initially visible modified to "display:none" based on user
interaction, which works fine. However, if the user then navigates to
a subsequent page, and then uses the "back" button on their browser,
the starting page no longer has the desired blocks hidden.
Any ideas why this might be? Any workaround?
Thanks!