moopet's Contributions
Below are the tutorials, code snippets, and resources moopet has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Code Snippets
Submitted: March 14, 2010        Views: 1634
Enables a checkbox to toggle selecting all from a list of other checkboxes. Feature remains hidden if JS is not available.
Submitted: February 28, 2010        Views: 2101
Ever wanted a whole div to be clickable but been frustrated that you can't put divs inside anchors? You could add individual onClick event handlers, but this snippet does it for you. It follows the first anchor it finds within the element, and knows whether it needs to open in a new window or not. It also passes through clicks to input buttons, checkboxes and the like in a hacky way that even Internet Exploiter 7 and 8 can cope with - because their bubbling system is broken beyond belief.