Skip to content

Instantly share code, notes, and snippets.

@kevinvangelder
Created March 20, 2013 23:48
Show Gist options
  • Save kevinvangelder/5209556 to your computer and use it in GitHub Desktop.
Save kevinvangelder/5209556 to your computer and use it in GitHub Desktop.
super-menu
$(document).on "click", (e) ->
if($(e.target).parents().index($('.super-menu')) == -1)
if($('.super-menu').is(":visible"))
$('.super-menu').slideUp()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment