|
General Details
|
|
JavaScript
|
|
Posted 2.87 Years Ago
|
|
458 Views
|
|
Received 0 Ratings
|
|
Check List
Description
Click the first checkbox in the list, hold shift and click the last. All checkbox's in between are checked. Works in reverse. Select any number of items in bulk.
Inspired by Google Gmail.
Technical
Checkboxes need a base + incrementing ID.
ie:
<input type="checkbox" id="chk1" onclick="handleClick('chk', 1)" nam... />
<input type="checkbox" id="chk2" onclick="handleClick('chk', 1)" nam... />
<input type="checkbox" id="chk3" onclick="handleClick('chk', 1)" nam... />
Source Code
Comments
| Please login to post comments. |
More "JavaScript" Source Codes By This Author
Recently Posted "JavaScript" Source Codes
Recently Rated "JavaScript" Source Codes
|