Tag Archive | "javascript"

How To Check All Checkboxes In A Form With Javascript

Monday, April 11, 2011

0 Comments

I had an application that had a long list of checkboxes in a form. I wanted the ability to check all the checkboxes at once, or uncheck them at once. However, after googling for a solution, it seemed that all of them required me to label all my checkboxes with the same name. The nature [...]

Continue reading...

How To Use jQuery with MooTools

Wednesday, May 20, 2009

2 Comments

jQuery and MooTools are 2 great javascript frameworks that allow you to incorporate some really fancy effects on your website. I was using them while I realised that I had to use both of them on a single page at one point. I didn’t realise it then, and took me nearly an hour before I [...]

Continue reading...