Skip to content

Instantly share code, notes, and snippets.

@jpoz
Created February 26, 2010 05:47
Show Gist options
  • Select an option

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

Select an option

Save jpoz/315467 to your computer and use it in GitHub Desktop.
$('body')
.append( $.engineer.make('example_button') )
.append( $.engineer.make('example_button', {innerText:"this element"}) )
.append( $.engineer.make('example_button', {innerText:"and"}) )
.append( $.engineer.make('example_button', {color:"#994547",innerText:"this element"}) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment