Uncheck radio button jquery

If you want to uncheck radio button jquery please use below code this will uncheck button which was clicked before:

$(id).prop(‘checked’, false);

Leave a Reply

Your email address will not be published. Required fields are marked *