Hi I have a div which contains a search box and gets hidden when the page loads. A user can click a link to reveal the div.
If I added a checkbox inside the div with the text 'click this box to always keep this search box open'... how would I pass the state of the checkbox to jquery [to not change the css to hidden] after the user has done a new search and reloaded the page? Thanks Matt