Tag Archives: uncheck

jQuery: Checking or Unchecking All Checkboxes

Providing functionality to check all, uncheck all or even to invert the checkboxes currently selected on a page is pretty simple to achieve with either plain old JavaScript or the newer, more flashy jQuery library. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , , , , , , | View Comments

jQuery: How to check and uncheck a Checkbox

Checking and unchecking, or ticking and unticking if you prefer, checkboxes using jQuery is remarkably simple. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , tick, , | View Comments