Skip to content

Instantly share code, notes, and snippets.

@procload
Created November 16, 2011 19:22
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 procload/1371047 to your computer and use it in GitHub Desktop.
Save procload/1371047 to your computer and use it in GitHub Desktop.
#Dismiss sign-up message, for now
$(".dismiss-sign-up").click (e) ->
e.preventDefault()
console.log($(this).parent().parent())
$(this).fadeOut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment