Skip to content

Instantly share code, notes, and snippets.

@azoff
Created February 9, 2011 05:52
Show Gist options
  • Save azoff/817970 to your computer and use it in GitHub Desktop.
Save azoff/817970 to your computer and use it in GitHub Desktop.
Using Overscroll
<script src="jquery.js"></script>
<script src="jquery.overscroll.js">
</script>
$(document).ready(function(){
$("#ithingy").overscroll();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment