Uncheck radio buttons using jQuery general selectors posted by Web tricks on 9:02 AM No Comments $('form[id^="form1"]').find("input:radio:checked").prop('checked',false);
0 comments:
Post a Comment