jquery

TwitterFacebook
Get flash to fully experience Pearltrees
Comme presque tout ce que nous faisons avec jQuery, ce dernier lit ou manipule le modèle objet du document (DOM). Il faut donc être sûr que nous n'ajoutons des événements ou autres que lorsque le DOM (le document) est complètement chargé. Pour cela, nous enregistrons un événement « document chargé » ou « $(document).ready(function(){}) ».

Introduction à la bibliothèque JavaScript jQuery

http://pckult.developpez.com/tutoriels/javascript/frameworks/jquery/introduction/
http://jqueryfrance.free.fr/50_snippets_jquery_qui_peuvent_vous_aider.php

Article : 50 Snippets jQuery qui peuvent vous aider dans vos projets JavaScript

Introduction Voici la traduction de l'article d'Addy OSMANI, décrivant 50 Snippets jQuery qui peuvent vous aider dans vos projets JavaScript. source : 50 jQuery Snippets That Will Help You Become A Better JavaScript Developer Présentation

JQuery CSS Emoticons Plugin - Alfa Jango Blog

The CSS Emoticons plugin is a simple jQuery plugin (and stylesheet) that allows you to turn any text emoticons on the page into cute little smiling faces with pure CSS3 styling (no images whatsoever). The result is great-looking emoticons that leave the text exactly as written (so that the text emoticons actually get copied and pasted with the text if you select a block of text from the page). This uses the CSS3 properties, transform, border-radius, box-shadow, gradient, and transition (when supported). http://os.alfajango.com/css-emoticons/
http://www.path-tech.fr/dev/creez-un-magnifique-menu-en-bulles-avec-jquery/ - 1 commentaire

Path-Tech.fr

http://www.javascriptfr.com/tutoriaux/PLUS-SIMPLE-GALERIES-PHOTO-JQUERY_1118.aspx LA PLUS SIMPLE DES GALERIES PHOTO jQUERY CONSIGNES Votre page doit être liée à la dernière version de jQuery (jquery-1.4.2.js) Si ce n’est pas le cas, vous pouvez télécharger ce fichier sur http://api.jquery.com/ Ensuite, placez le code suivant entre les balises <head></head> : <script type="text/javascript" src="jquery-1.4.2.js"></script>

LA PLUS SIMPLE DES GALERIES PHOTO EN JQUERY !, Tutoriel N°1118,

Tous les articles appartenant à la rubrique Plugin jQuery

fullsizable — Diaporamas plein écran avec jQuery fullsizable est un plugin jQuery qui permet de profiter de tout l’espace disponible à l’écran pour visualiser vos images sous forme de diaporama. Utilise l’API HTML5 fullscreen dans les navigateurs qui le prennent en charge. http://js.4design.tl/category/plugin-jquery
jQuery radioSwitch — Transformez vos boutons radio en Sliders jQuery radioSwitch est un plugin créé par Ammon Casey dont l’objectif est de transformer des boutons`radio` HTML en superbes Sliders d’un coup de magie CSS3 et Javascript.

jQuery radioSwitch — Transformez vos boutons radio en Sliders

http://js.4design.tl/jquery-radioswitch-transformer-boutons-radio-sliders-1143#more-1143

jQSlickWrap - Slick text wrapping for jQuery

http://www.jwf.us/projects/jQSlickWrap/ Why would I need this? If you've ever felt the need to wrap stuff around an irregularly-shaped image using CSS's float , you may have been somewhat disappointed to find out that it's forced to wrap around the image's bounding box, rather than the actual contents of the image.

Collapser

Jquery collapser is a multi purpose collapser plugin made for expanding and collapsing elements.

Tutorial: Using jQuery Masonry with WordPress | WPLover

This is a short tutorial on integrating Masonry , the jQuery layout plugin, with your WordPress site. We will try to use that jQuery plugin to show a list of posts in a neatly stacked layout, similar to the one I have down here . Here’s an explanation about Masonry, from it’s home page:

CSS Browser Selector

Clever technique to help you on CSS hacks.