Created
March 5, 2010 19:41
-
-
Save jpoz/323057 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $.engineer.make('gbutton', {text:"This button will send all the other elements a message"}) | |
| .click(function() { | |
| $('div').send('blink'); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment