Skip to content

Instantly share code, notes, and snippets.

@jpoz
Created March 5, 2010 19:41
Show Gist options
  • Select an option

  • Save jpoz/323057 to your computer and use it in GitHub Desktop.

Select an option

Save jpoz/323057 to your computer and use it in GitHub Desktop.
$.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