Skip to content

Instantly share code, notes, and snippets.

@graybill
Created January 26, 2010 16:58
Show Gist options
  • Save graybill/286991 to your computer and use it in GitHub Desktop.
Save graybill/286991 to your computer and use it in GitHub Desktop.
var poo = $$('#channels li')[4];
console.log(poo);
poo.classNames;
poo.addClassName('selected');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment