How can I change the value of the check/uncheck status of a checkbox?
I want to be able to focus on some and if that item is focused then a checkbox becomes unchecked ("#customerNumber").focus($("#newCustomer").checked="unchecked");
How can I change the value of the check/uncheck status of a checkbox?
I want to be able to focus on some and if that item is focused then a checkbox becomes unchecked ("#customerNumber").focus($("#newCustomer").checked="unchecked");