JQuery enhance CSS

TwitterFacebook
Get flash to fully experience Pearltrees

Columnize

http://plugins.jquery.com/project/columnize Columnize creates a newspaper-like column layout.

jQuery plugin: Easy List Splitter | Andrea Cima Serniotti

A fter a couple of hours spent on the lookout for a simple and clean jQuery plugin to columnize lists with no success, I decided to create my own one. http://www.madeincima.eu/blog/jquery-plugin-easy-list-splitter/
This plugin requires the Dimensions plugin and jQuery version 1.1.3+. It allows you to define a gradient fill and have an element filled with a linear gradient. You can set the direction of the gradient (right-left or up-down) and the opacity of the gradient easily. http://plugins.jquery.com/project/elementgradient

Element gradient

http://net.tutsplus.com/tutorials/design-tutorials/quick-tip-different-layouts-for-different-widths/ It’s becoming more and more common for web sites and applications to provide different layouts dependent upon the user’s window size, or resolution.

Quick Tip: Different Layouts for Different Widths

CSS3 animations and their jQuery equivalents

http://demo.marcofolio.net/css3_jquery_animations/ Below, you'll find two columns. The left column shows five kind of CSS3 animations , the right column shows the same kind of animations, but done with jQuery .
Etendre les possibilités de jQuery afin de connaître les coordonnées X et Y d’une balise HTML. Par défaut jquery ne permet pas de connaître la position d’un élément. http://www.jquery.info/spip.php?article62

Connaître la position d'un élément

http://plugins.jquery.com/project/boxshadow CSS3 box-shadow is supported in Firefox 3.1 (beta) and Safari 3.1.2. . Unfortunately this is not supported in Internet Explorer, but it is however possible to create an equivialant effect with the IE popertiary CSS Filter Blur and serve this with the jQuery plugin jquery.boxshadow.js . $(css-selector).boxShadow( xOffset, yOffset, blurRadius, shadowColor );

Box Shadow