Links of interest
-
Uniform jQuery Plugin http://uniformjs.com/
Uniform masks your standard form controls with custom themed controls. It works in sync with your real form elements to ensure accessibility and compatibility.
Visit » -
carouFredSel jQuery Plugin http://caroufredsel.frebsite.nl/
jQuery.carouFredSel is a plugin that turns any kind of HTML element into a carousel. It can scroll one or multiple items simultaneously, horizontal or vertical, infinite and circular, automatically or by user interaction. Oh, and it's responsive too.
Visit » -
jQuery Throttle/Debounce Plugin http://benalman.com/projects/jquery-throttle-debounce-plugin/
jQuery throttle / debounce allows you to rate-limit your functions in multiple useful ways. Passing a delay and callback to $.throttle returns a new function that will execute no more than once every delay milliseconds. Passing a delay and callback to $.debounce returns a new function that will execute only once, coalescing multiple sequential calls into a single execution at either the very beginning or end.
Visit » -
Bullseye jQuery Plugin http://pixeltango.com/resources/web-development/jquery-bullseye-viewport-detection-events/
Ever wanted to detect when the user is watching a specific element in your DOM-tree? Well, now you can – With jQuery Bullseye. This is a versatile & lightweight plug-in for jQuery that adds enterviewport and leaveviewport events to elements.
Visit » -
jQuery Inview Plugin https://github.com/protonet/jquery.inview/
A jQuery plugin that adds a bindable 'inview' event for detecting when an element is scrolled into view.
Visit » -
Chosen jQuery Plugin https://github.com/harvesthq/chosen
Chosen is a library for making long, unwieldy select boxes more friendly.
Visit » -
Countdown jQuery Plugin http://keith-wood.name/countdown.html
A jQuery plugin that sets a div or span to show a countdown to a given time.
Visit » -
waitForImages jQuery Plugin https://github.com/alexanderdickson/waitForImages
A jQuery plugin that lets you attach callbacks to useful image loading events.
Visit » -
Infinite Scroll jQuery Plugin http://www.infinite-scroll.com/infinite-scroll-jquery-plugin/
This plugin aims to progressively enhance your page. Your navigation/pagination elements should be present in the HTML for non-js users, but the plugin will utilize those links to build out a more rich browsing experience.
Visit » -
jQuery Client Plugin http://www.stoimen.com/blog/2009/07/16/jquery-browser-and-os-detection-plugin/
Actually I’m pretty sure there’s a similar jQuery plugin based again on that code from Quirksmode.org, but however I decided to write a simple plugin for jQuery wrapping it into a closure and exporting it in the “$” object.
Visit »