This is small jQuery plugin, which prevents elastic bounce scrolling in iOS Mobile Safari.
Last update has been made on 18th of April, 2013.
Nonbounce.js can be applied by adding class name "nonbounce" to desired elements and then apply:
$.nonbounce();
This snippet disables all the scrolling events from other elements (including document). So use wisely.
The plans are to a) add this to GitHub, b) refactor code, c) clear out known issues, d) make this compatible with jQuery Mobile.