What I have is a form where people will answer yes or no questions. What I need is, that when the page is loaded, a way to go though the questions and check to see which ones are marked as yes. The reason for this is, when yes is checked, there are additional questions that open up using .show(). Right now, if the page is refreshed or reloaded, all the additional questions hide regardless if the yes is check or not.
Thanks in advance Aaron