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

How to group boxplot outliers in gnuplot -

cakephp - simple blog with croogo -