On javascript
JavaScript Checkbox Magic Using Prototype
As common or rare as it may be for someone to need the ability to select and deselect checkboxes in a form, here is a way to do it using the Prototype JavaScript Library . I recently needed a way to do this for the Private Message functionality of a Web Application I'm working on. The example code below is taken from this Application. First make the Event observers:... continue »