Categories
- Applications (4)
- Code (60)
- Coldfusion (42)
- CSS (6)
- FTP (1)
- Hosting (1)
- Javascript (10)
- JQuery (4)
- Mainframe (1)
- Marketing Tactics (1)
- my portfolio (4)
- News (3)
- Problems & Fixes (18)
- Products (4)
- Randomness (6)
- Rants (1)
- Snippets (33)
- Software (1)
- SQL (14)
- Uncategorized (1)
- Web Development (1)
Blogroll
Archives
Meta
Monthly Archives: January 2012
Javascript Toggle All Checkboxes
Here is a nifty little tool I modified to toggle all checkboxes on a page. I use this when displaying a list of files or items that need to be processed on form submit. <SCRIPT LANGUAGE=”JavaScript”> //Toggle all Checkboxes function … Continue reading
Posted in Code, Javascript, Snippets
Leave a comment