JQuery enhance CSS

TwitterFacebook
Get flash to fully experience Pearltrees
http://fuelyourcoding.com/scripts/infield/ More CSS is needed to position the label nicely over the input or text area element, but since it all depends on how you have styled those elements, only the bare-bones are listed here.

In-Field Labels jQuery Plugin

When I scrolled down the Apple store when I had something in my basket I found that the summary and what I had selected would follow me down the page. http://jqueryfordesigners.com/fixed-floating-elements/

Fixed Floating Elements | jQuery for Designers - Tutorials and screencasts

Columnize | jQuery Plugins

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

jQuery plugin: Easy List Splitter | Andrea Cima Serniotti

The plugin will get your list, wrap it into a container div, generate as many lists as the number of columns you require and evenly split the list items into the different list elements. 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 | jQuery Plugins

http://net.tutsplus.com/tutorials/design-tutorials/quick-tip-different-layouts-for-different-widths/ function checkWindowSize() { if ( $(window).width() > 1800 ) { $('body').addClass('large'); } else { $('body').removeClass('large'); } } $(window).resize(checkWindowSize);

Quick Tip: Different Layouts for Different Widths | Nettuts+

http://addyosmani.com/blog/extending-css-with-jquery-a-new-years-guide/ Selectors and Pseudo Selectors

Extending CSS Using jQuery With Chris Coyier

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 .
Comme vous pouvez le constater pas une once de jQuery, et pourtant ce code est issu d’un script [ 2 ] utilisant pleinement jQuery. Si dans ce code on n’en trouve pas, c’est dû au fait que les méthodes offsetLeft, offsetTop, … sont des méthodes DOM propres à javascript. http://www.jquery.info/spip.php?article62

Connaître la position d'un élément - jQuery.info

http://plugins.jquery.com/project/boxshadow 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 .

Box Shadow | jQuery Plugins