Plugins JQuery

TwitterFacebook
Get flash to fully experience Pearltrees
There are many reasons why you can say jQuery has enormous popularity.

10 Fresh and Useful jQuery Plugins | Freebies

http://webdesignledger.com/freebies/10-fresh-and-useful-jquery-plugins-2
bannieres

Nov 17 2011 Javascript is one of a web designer’s best friends. Learning how to use this powerful tool to its fullest potential can prove invaluable to our work and our clients. jQuery helps make JS more accessible. jQuery is a free, fast, and concise JavaScript library that allows you to efficiently write cross-browser javascript code to make Ajax requests, animate elements, manipulate the DOM, and do a variety of user interface manipulations. So today we are going to look at getting started with jQuery . This is the most popular javascript library available and has an extensive community working behind it, so if you are just diving in to the JS waters, jQuery is a fantastic place to begin. Below we have prepared something of a virtual resource guide for beginners to help them on this mission.

Getting Started With jQuery: A Beginner's Resource Guide

http://www.noupe.com/design/getting-started-with-jquery-a-beginners-resource-guide.html
Pratique

Bannieres

Animation

sliders

Formulaires, dropdowns, ...

Colonnes

Plugins/Authoring

http://docs.jquery.com/Plugins/Authoring So you've become comfortable with jQuery and would like to learn how to write your own plugins. Great! You're in the right spot. Extending jQuery with plugins and methods is very powerful and can save you and your peers a lot of development time by abstracting your most clever functions into plugins. This post will outline the basics, best practices, and common pitfalls to watch out for as you begin writing your plugin.
Background

Gallery Focus jQuery experiment

$ ( '#gallery img' ). galleryFocus (); $ ( '#gallery img' ). galleryFocus ({ // 'radius' - default: 400 - set the source radius size http://mediaupstream.com/sandbox/gallery-focus/
Responsive

40 New jQuery Plugins

Every six months or so we do like to take a look at some of the greatest and freshest jQuery plugins from within that time. Each time we do this the jQuery community never ever fails to let you down. Constantly releasing plugins that are not only useful and problem solving, but also releasing plugins that can aid you with new technologies like HTML5 and CSS3. Hope you enjoy this selection. http://speckyboy.com/2011/09/28/40-new-jquery-plugins/
Typo

In my previous post, we created 3D text in CSS3 using multiple text-shadows. It may have been effective, but generating the effect was a tedious trial-and-error exercise. We’re going to make life a little easier with a jQuery plugin. It will do the hard work and generate long-winded CSS3 code such as: http://www.sitepoint.com/css3-3d-text-jquery-plugin/

How to Create a CSS3 3D Text Plugin for jQuery

Menus & navigation

What is this jmFullWall? jmFullWall is a jQuery plugin for the creation of an impressive portfolio. Usage $ ( "#wall" ). jmFullWall (); < div id = "wall-top" > YOUR LOGO / MENU </ div > < div id = "wall-container" > < div id = "wall-loading" ></ div > < div id = "wall-detail" ></ div > < div id = "wall" > < div id = "wall-items" > < div class = "wall-item" > < span class = "bg hide" > path / to / your / thumb / image </ span > < span class = "img_detail hide" > path / to / your / fullscreen / image </ span > < span class = "tooltip hide" > TOOLTIP ( when click on item )</ span > < a href = "#" >< span class = "title" > TEXT ( onmouseover )< /span></ a > </ div > [... your items ...] </ div > </ div > </ div > Requirements • jQuery 1.4+ • jquery.imgpreload.js (thanks to Dimas Begunoff ) • jquery.imagepanner.js (thanks to Dynamic Drive ) • jmFullWall.js

jmFullWall | FullZoom Portfolio with jQuery | Moretech.it

http://www.moretech.it/demo/plugins/jmFullWall/index.html

Blog Archive » Full screen, scaling and centered background with jQuery

November 28th, 2009 So you want to have a background image on your website, which always fills the screen and maintains its aspect ratio? And it has to be centered, instead of focussing at the top left corner of the image? It is possible with jQuery and the fullscreenr plugin on this page! http://nanotux.com/blog/fullscreen/
http://kalyani.com/2010/10/subway-map-visualization-jquery-plugin/

Subway Map Visualization jQuery Plugin » TechBubble

I have always been fascinated by the visual clarity of the London Underground map. Given the number of cities that have adopted this mapping approach for their own subway systems, clearly this is a popular opinion.
It seems that jQuery plugins are constantly being released, and it’s no surprise since it’s insanely popular, and for good reason. The only problem is being able to sort through them all to find the good ones. That’s why we’re always on the lookout, and we’ve found some good ones for you. http://webdesignledger.com/resources/10-useful-jquery-plugins

10 Useful jQuery Plugins | Resources

15 jQuery Space-Saving Content Sliders and Carousels

We all know about the popularity of jQuery image and video sliders and galleries. For the most part they are all feature-rich and perfect in their own way, but very few of them have been built to accommodate non-image content (blocks of text) that would allow you to have, for example, a rotating featured content area or a popular post section. Why is that?
Droparea est un plugin jQuery permettant d'uploader des fichiers via HTML5 avec du drag and drop de fichiers. Sans utiliser le moindre plugin flash il est désormais possible d'uploader des fichiers sur un serveur web en n'utilisant que du Javascript et HTML5. Droparea est un plugin jQuery léger et fonctionnel qui vous permettra de créer des zones de drag and drop de fichiers dédiés à l'upload. Une fois un fichier déposé, le plugin fait un appel Ajax en passant les bons headers à un fichier PHP livré avec le plugin.

Droparea - Un plugin jQuery pour uploader des images en HTML5

Lets be honest, forms can be a pain in the ass to fill in. And for developers? There an even bigger pain in the ass to build. No one really likes them, as such, the most difficult challenges that a developer has to take on, when it comes to forms, is not only how to build a form that is easy and quick for the user to use, but also make it as accessible and usable as possible. Its not easy.

50 jQuery Plugins for Form Functionality, Validation, Security and Customisation