This comment has been removed by the author.
August 12, 2011 at 3:10 PM
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");
August 12, 2011 at 3:11 PM
posted by fc at 8:38 PM on Aug 31, 2010
"jQuery checkbox state"
2 Comments -
This comment has been removed by the author.
August 12, 2011 at 3:10 PM
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");
August 12, 2011 at 3:11 PM