baxleys.org » nate
Home
To Do
Add
Search
Article
Event
Organization
Technology
Project
People
To Do
Handling checkboxes in JQuery
Some quick notes on handling checkboxes (and probably radio buttons, but I haven't tested that).
Author:
Nate Baxley
Published Date:
2/14/2008
To find a count of all checked items with the class
Testbox
.
$(".Testbox:checked").size()
To test an individual item with the ID
Testbox1
use this:
$('#Testbox1').is(':checked');
Related Items
Programming
Call parent class constructor in PHP5
SQL Permissions Script
Convert Moodle Timestamp fields to Date
Order characters numerically
Finding command line arguments in php script
Long character fields from database weird in PHP
Log In
to access RSS feeds.
Search Baxleys Info Central
«
Home
«
All Items
«
About
Remember me on this computer
This Item Tagged as
JavaScript
Programming
jquery
Hover over an item above for
more information
Logout