Skip to navigation
How to uncheck radio buttons with jquery?
07.12.13
Reply
Anonymous
to uncheck radio buttons with jquery: it will uncheck all radio buttons what are inside the class my_div_class: $(".my_div_class input:radio").each(function(i) { $(this).attr('checked', false); });
07.12.13
http://api.jquery.com/each/
Reply
Anonymous
Information Epoch 1732466339
The sum of the parts if greater than the whole.
Home
Notebook
Contact us