Skip to content

Instantly share code, notes, and snippets.

@SE7ENSKY
Created March 19, 2013 10:19
Show Gist options
  • Save SE7ENSKY/5195045 to your computer and use it in GitHub Desktop.
Save SE7ENSKY/5195045 to your computer and use it in GitHub Desktop.
$gallery.find('.arrow.right').click (e) ->
galleryArrowClickHandler on
$gallery.find('.arrow.left').click (e) ->
galleryArrowClickHandler off
$gallery.find('.arrow').dblclick (e) ->
e.preventDefault()
no
$gallery.find('.arrow').each ->
@style.MozUserSelect = "none"
@style.WebkitUserSelect = "none"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment