Answers for "radio button unchecked html jquery"

0

radio button unchecked html jquery

$(this).prop('checked', false);
// Note that the pre-jQuery 1.6 idiom was
// $(this).attr('checked', false);
Posted by: Guest on April-21-2021

Browse Popular Code Answers by Language