a jQuery plugin to scroll in both the x and y planes
include jQuery, include xy-scroll, call the plugin on the element you want to scroll to
$('#id-of-element-to-scroll-to').xyScroll();
<script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/xy.scroll.js"></script> <script>$('#id-of-element-to-scroll-to').xyScroll();</script>
Author & copyright (c) 2013: Max Bechdel
Dual MIT & GPLv2 license