Skip to content

Instantly share code, notes, and snippets.

@stuartmemo
Created September 28, 2010 16:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuartmemo/601321 to your computer and use it in GitHub Desktop.
Save stuartmemo/601321 to your computer and use it in GitHub Desktop.
Street Spirit
$("#street-spirit").fadeOut(function() {
$(this).fadeOut();
});
@insin
Copy link

insin commented Apr 23, 2014

assert.strictEqual($("#karma-police").messWithUs(), this)

@griffinsbridge
Copy link

$('.creep').each(function(){
$(this).addClass('weirdo');
});

@tomhazledine
Copy link

if(me == king){
  $('.you').againstTheWall();
  $('.others').againstTheWall();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment