Skip to content

Instantly share code, notes, and snippets.

@technoweenie
Forked from jashkenas/hover.coffee
Created July 17, 2010 19:08
Show Gist options
  • Save technoweenie/479752 to your computer and use it in GitHub Desktop.
Save technoweenie/479752 to your computer and use it in GitHub Desktop.
jquery.hover (arg) ->
value
, (arg) ->
value
# Or:
jquery.hover(
(arg) -> value
(arg) -> value
)
# Or:
jquery.hover(
(arg) ->
value
(arg) ->
value
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment