Skip to content

Instantly share code, notes, and snippets.

@typeoneerror
Created July 3, 2012 19:14
Show Gist options
  • Select an option

  • Save typeoneerror/3042099 to your computer and use it in GitHub Desktop.

Select an option

Save typeoneerror/3042099 to your computer and use it in GitHub Desktop.
lockscroll.coffee
lockscroll = true
$('.scroll-pane').each () ->
$(this).bind 'mousewheel', (event) ->
if $(this).outerHeight() + api.getContentPositionY() >= api.getContentHeight() or api.getContentPositionY() == 0
event.preventDefault() if lockscroll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment