Using Overscroll
<script src="jquery.js"></script> <script src="jquery.overscroll.js"> </script>
$(document).ready(function(){ $("#ithingy").overscroll(); });