Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hkongm
Created October 11, 2013 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkongm/6931092 to your computer and use it in GitHub Desktop.
Save hkongm/6931092 to your computer and use it in GitHub Desktop.
拦截浏览器滚动默认行为
$('body').on('touchmove', function(e){e.preventDefault()});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment