Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

radio button unchecked html jquery

$(this).prop('checked', false);
// Note that the pre-jQuery 1.6 idiom was
// $(this).attr('checked', false);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #radio #button #unchecked #html #jquery
ADD COMMENT
Topic
Name
4+5 =