Hey all,
I've been thinking about this project I've taken on, now what I am after is a form that will have a list of questions, simple yes/no questions that when answered and submitted it will dynamically return the relevant data on that same page. So initially all answers will be loaded onto the page then hidden, and the way I plan on selecting and returning the data will be by giving each element a class for each question and whether it's yes or no. Something like class="q1_0 q2_1 q3_1 q4_0"
with 0 being no and 1 being yes. Would you consider this a good way to go about tackling this problem or would the be an easier option? To summarize, I am looking to see whether anyone has dealt with a jQuery plugin that could assist with this? Any help as always is greatly appreciated.
Thanks,
-Josh