Skip to content

Instantly share code, notes, and snippets.

@davglass
Created January 3, 2011 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davglass/763527 to your computer and use it in GitHub Desktop.
Save davglass/763527 to your computer and use it in GitHub Desktop.
YUI().use('node', function(Y) {
var node = Y.one("#demo");
Y.log("found node...setting style");
node.setStyles({
backgroundColor: 'blue',
height: '100px',
width: '100px'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment