javascript - Checkbox click in webpage? -
thanks.
i pretty sure need work around icheck-helper..
checkboxes have attribute checked
, need set true.
test.setattribute("checked", "true");
or value attribute...
test.setattribute("value", "1");
Comments
Post a Comment