Skip to content

Instantly share code, notes, and snippets.

@jescalan
Created February 23, 2013 22:13
Show Gist options
  • Select an option

  • Save jescalan/5021590 to your computer and use it in GitHub Desktop.

Select an option

Save jescalan/5021590 to your computer and use it in GitHub Desktop.
example code for the class
$(function(){
var element = $('#boxes li').first();
element.toggleClass('selected');
console.log(element);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment