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

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -