I am using 3 radio buttons
...
user clicks on radio button 1 called input#oui
jQuery('input#oui').click(function(){
jQuery('div#reponse1').show('slow');
jQuery('div.postpop').show('slow');
jQuery('div#reponse2').hide('fast');
jQuery('div#reponse3').hide('fast');
});
This works perfectly well
I have a web page with a user-selectable number of quiz questions.
Each question is in a list element. Sometimes users select 250 quiz
questions which is a lot...
I wanted to solicit thoughts about automatically scrolling to the next
question when a choice is made (when a radio button is selecte
2 matches
Mail list logo