$(':checkbox') //If you want to select all checkboxes, $(':checkbox:enabled') //Select all checkboxes enabled $(':enabled, checkbox') //This works on Firefox and Chrome, but not on IE
To be continued…
$(':checkbox') //If you want to select all checkboxes, $(':checkbox:enabled') //Select all checkboxes enabled $(':enabled, checkbox') //This works on Firefox and Chrome, but not on IE
To be continued…