Donations
If you find any of the plugins or content on my site useful and would like to donate, feel free to using this link.
Jonathan Sharp is Owner of Out West Media LLC. located near Omaha, Nebraska, USA. Out West Media provides custom jQuery development, web design and web development services. He and his wife are blessed with a beautiful daughter, two horses and two dogs.
jQuery Minute™ Blog
Out West Media - jQuery Consulting
AutoScroll
jdMenu
jdNewsScroll
xmlDOM - create XML document
If you find any of the plugins or content on my site useful and would like to donate, feel free to using this link.
Here's a small jQuery plugin I wrote that allows for hotspot scrolling of web pages.
You'll need a copy of the excellent jQuery.
This plugin will work with pre-1.0 versions.
It is possibly through slight modifications to use this standalone, but I'll leave the details up to you.
Basic usage:
$.autoscroll.init();
Setting options:
var opts = { step: 100, trigger: 100 }; $.autoscroll.init(opts);
If you'd like to email me, you may do so at jdsharp at the place called gmail which is a dot com.