Skip to content

Instantly share code, notes, and snippets.

@kyuumeitai
Created March 18, 2015 00:54
Show Gist options
  • Save kyuumeitai/d712fe58a089bf8797e5 to your computer and use it in GitHub Desktop.
Save kyuumeitai/d712fe58a089bf8797e5 to your computer and use it in GitHub Desktop.
$('#element').click(function(e){
var t = $(this);
t.addClass('theclassyouwant');
e.preventDefault();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment