Tipsy is a jQuery plugin for creating a Facebook-like tooltips effect based on an anchor tag's title attribute.
ntroducing… qTip2. The second generation of the advanced qTip plugin for the ever popular jQuery framework.
Building on 1.0's user friendly, yet feature rich base, qTip2 provides you with tonnes of features like speech bubble tips and imagemap support, and best of all... it's completely free under the MIT/GPLv2 licenses!
Columnize creates a newspaper-like column layout. The original HTML code only needs small adaptions. In most cases, it is not necessary to adapt the HTML code at all.
Using the plugin is easy:
jQuery doTimeout takes the work out of delayed code execution, including interval and timeout management, polling loops and debouncing. In addition, it’s fully jQuery chainable!
# An exquisite jQuery plugin for magical layouts
# Reveal & hide items with filtering
# Re-order items with sorting
# Dynamic, intelligent layouts
# Captivating animations
# Sort items by just about anything
# Powerful methods, simple syntax
# Progressively enhanced for CSS3 transforms & transitions
When it comes to efficiently organizing jQuery code, one of the best options is turning certain parts of it into a plugin. There are many benefits to this – your code becomes easier to modify and follow, and repetitive tasks are handled naturally. This also improves the speed with which you develop, as plugin organization promotes code reuse.
Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.
jQuery is a very powerful platform, and usually accompanied with CSS and WordPress, developers can create some amazing projects. David DeSandro created a layout plugin called Masonry. "Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall."
"Grid-A-Licious" has been responsible for one of 2008-09′s most recognizable web design layout templates, which has been reviewed and mentioned in various magazines, e-zines and even international newspapers.
Adds mouse wheel support for your application! Just call mousewheel to add the event and call unmousewheel to remove the event.
jScrollPane is a cross-browser jQuery plugin by Kelvin Luck which converts a browser's default scrollbars (on elements with a relevant overflow property) into an HTML structure which can be easily skinned with CSS.
Hover Intent :
$('#item-over a').hover(function(){
$(this).doTimeout( 'hover', 250, 'addClass', 'hover' );
}, function(){
$(this).doTimeout( 'hover', 250, 'removeClass', 'hover' );
}); - Sushi Codeur on 2011-02-09