Links of interest
-
hoverIntent jQuery Plugin http://cherne.net/brian/resources/jquery.hoverIntent.html
hoverIntent is a plug-in that attempts to determine the user's intent... like a crystal ball, only with mouse movement! It works like (and was derived from) jQuery's built-in hover. However, instead of immediately calling the onMouseOver function, it waits until the user's mouse slows down enough before making the call.
Visit » -
jQuery Swipe Plugin http://plugins.jquery.com/project/swipe
iPhone and iPod Touch swipe gesture support using Safari JavaScript for onTouchStart, onTouchMove, onTouchEnd and onTouchCancel.
Visit » -
jQuery Tmpl Plugin https://github.com/jquery/jquery-tmpl
jQuery templates contain markup with binding expressions ('Template tags'). Templates are applied to data objects or arrays, and rendered into the HTML DOM.
Visit » -
Coin Slider jQuery Plugin http://workshop.rs/projects/coin-slider/
jQuery Image Slider with Unique Effects.
Visit » -
Overscroll jQuery Plugin http://www.azoffdesign.com/overscroll
Overscroll is a jQuery plug-in that mimics the iphone/ipad scrolling experience in a browser. The plug-in adds a draggable drift to overflowed DOM elements as well as a set of fading 'thumbs'.
Visit » -
Lazy Load Plugin for jQuery Lazy Load jQuery Plugin http://www.appelsiini.net/projects/lazyload
Lazy Load is a jQuery plugin written in JavaScript. It delays loading of images in long web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them. This is opposite of image preloading.
Visit » -
Isotope jQuery Plugin http://isotope.metafizzy.co/
An exquisite jQuery plugin for magical layouts. Progressive enhancement: Isotope’s animation engine takes advantage of the best browser features when available — CSS transitions and transforms, GPU acceleration — but will also fall back to JavaScript animation for lesser browsers.
Visit » -
Flexslider jQuery Plugin http://flex.madebymufffin.com/
An awesome, fully responsive jQuery slider plugin.
Visit » -
ColorBox jQuery Plugin http://jacklmoore.com/colorbox/
A lightweight customizable lightbox plugin for jQuery 1.3+.
Visit » -
Expander jQuery Plugin http://plugins.learningjquery.com/expander/
The Expander Plugin hides (collapses) a portion of an element's content and adds a "read more" link so that the text can be viewed by the user if he or she wishes. By default, the expanded content is followed by a "read less" link that the user can click to re-collapse it. Expanded content can also be re-collapsed after a specified period of time.
Visit »