jQuery: The Write Less, Do More JavaScript Library

 « Return to Thread: How to update check boxes in code

How to update check boxes in code

by Arne Garvander :: Rate this Message:

Reply to Author | View in Thread


This code does not work
var chk = $('#frmCoverage:checkbox');
  chk.checked = true;

What am I doing wrong?

 « Return to Thread: How to update check boxes in code