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

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -