Hide div based on checkbox selected
Hi,
I have a checkbox which if selected/unselected toggles a div, this works fine. When the form is submitted and returned if the checkbox was unchecked the div is now visible but i want it to remain closed.
How can i achieve this with jquery. So when the page loads it see's that the checkbox is not checked and hides the div.
JB