¡@

Home 

2014/10/16 ¤W¤È 12:02:41

jquery Programming Glossary: correctanswer

How to reset radiobuttons in jQuery so that none is checked

http://stackoverflow.com/questions/977137/how-to-reset-radiobuttons-in-jquery-so-that-none-is-checked

radio buttons like this td input id radio1 type radio name correctAnswer value 1 1 input input id radio2 type radio name correctAnswer.. value 1 1 input input id radio2 type radio name correctAnswer value 2 2 input input id radio3 type radio name correctAnswer.. value 2 2 input input id radio3 type radio name correctAnswer value 3 3 input input id radio4 type radio name correctAnswer..

How to reset radiobuttons in jQuery so that none is checked

http://stackoverflow.com/questions/977137/how-to-reset-radiobuttons-in-jquery-so-that-none-is-checked

radiobuttons in jQuery so that none is checked I have radio buttons like this td input id radio1 type radio name correctAnswer value 1 1 input input id radio2 type radio name correctAnswer value 2 2 input input id radio3 type radio name correctAnswer.. buttons like this td input id radio1 type radio name correctAnswer value 1 1 input input id radio2 type radio name correctAnswer value 2 2 input input id radio3 type radio name correctAnswer value 3 3 input input id radio4 type radio name correctAnswer.. value 1 1 input input id radio2 type radio name correctAnswer value 2 2 input input id radio3 type radio name correctAnswer value 3 3 input input id radio4 type radio name correctAnswer value 4 4 input td This is in a form and when user submits..