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);
If you want to uncheck radio button jquery please use below code this will uncheck button which was clicked before:
$(id).prop(‘checked’, false);