Skip to content

Instantly share code, notes, and snippets.

@tubbo
Forked from anonymous/gist:7219370
Last active December 26, 2015 21:59
Show Gist options
  • Select an option

  • Save tubbo/7219399 to your computer and use it in GitHub Desktop.

Select an option

Save tubbo/7219399 to your computer and use it in GitHub Desktop.
jQuery ->
e = 34
omni = (event) -> console.log("Lighbox appear! " + e)
$('.lightbox-trigger').on 'mouseover', omni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment