Skip to content

Instantly share code, notes, and snippets.

@AGoblinKing
Created March 24, 2011 06:17
Show Gist options
  • Save AGoblinKing/884656 to your computer and use it in GitHub Desktop.
Save AGoblinKing/884656 to your computer and use it in GitHub Desktop.
Mootools debuging
new Element('div', {
styles: {
fontWeight: 'bold',
position:'fixed',
top:'0px',
right:'0px',
display:'none'
}
}).inject($$("body"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment