/jquery-xy-scroll

jQuery plugin to scroll in both the x and y planes

Primary LanguageJavaScript

xy-scroll.js

a jQuery plugin to scroll in both the x and y planes

How to Use

include jQuery, include xy-scroll, call the plugin on the element you want to scroll to

$('#id-of-element-to-scroll-to').xyScroll();

Examples

<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>

Legal

Author & copyright (c) 2013: Max Bechdel

Dual MIT & GPLv2 license