bb78520
Posts: 0
Joined: Sat Apr 12, 2014 7:30 pm

Clear checkbox on page show

I must be overlooking something simple. I wish to reset (Clear values) of a checkbox group on page show. I have tried thr following without success:

Apperyio("checkActive").val("");

Apperyio("checkActive").val("");
Apperyio("checkProspect").val("");
Apperyio("checkInactive").val("");

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

Clear checkbox on page show

what do you mean by this? unchecking all the checked box?
to uncheck it:
code
Apperyio("checkBoxName").attr("checked", false);
/code

Return to “Issues”