Notepad on-line
To uncheck a checkbox use:$("#chkMatchedSets").attr("checked", false);You can also used the following one but I have not tried it:$("#chkMatchedSets").removeAttr("checked");
Post a Comment
2 comments:
To uncheck a checkbox use:
$("#chkMatchedSets").attr("checked", false);
You can also used the following one but I have not tried it:
$("#chkMatchedSets").removeAttr("checked");
Post a Comment