Skip to content

veritascs/jquery-xy-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

jQuery plugin to scroll in both the x and y planes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published