Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Created July 17, 2010 04:48
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jashkenas/479249 to your computer and use it in GitHub Desktop.
Save jashkenas/479249 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