jQuery.mousetip is a very small jQuery plugin that does one thing and one thing alone: makes a page element display next to the user's mouse, even while moving.This behavior is called "mouse following" and was an ordinary practice in older Flash...

read more

jQuery.fontFlex is very lightweight and is contained in under 20 lines of code, making it a simple snippet to add to any of your projects without over-bloating your page's source.The plugin works by watching the page for any window resize event and...

jQuery.scrollSpeed was created to speed up or slow down scrolling motions, and works when applied to the entire page or just a smaller container on the page.The plugin supports vertical and horizontal scrolling and optionally lets developers use an easing...

read more

jQuery.loadScroll was created with large Web pages in mind, allowing webmasters to avoid situations where big chunks of their bandwidth is spent for items that are never used or even seen by the user.This small jQuery plugin allows pages to defer the...

read more