background preloader

jQuery, AJAX

Facebook Twitter

jQuery : la sélection écrémée #2. jQuery : la sélection écrémée #2 Milky vous à concocté une sélection des meilleurs ressources jQuery du moment. 01 – Image | Effet avant/après Vous avez besoin de présenter vos travaux de retouches photos ? Ce plug-in est fait pour vous, il vous permettra de facilement réaliser des effets avant retouche / après retouche bluffants ! Tutoriel – Demo 02 – Portfolio | Slider & Zoom Idéal pour montrer ses créations sans perdre en ergonomie, ce tutoriel vous permettra de faire un slideshow efficace avec zoom au survol de la souris.

Tutoriel – Demo 03 – Miniature | Prévisualisation Jquery Besoin d’un effet au survol d’un élément ? Tutoriel – Demo 04 – Slider | Colorés Ces sliders effets 3d peuvent certainement vous être utile dans la réalisation de graphiques ! Tutoriel – Demo 05 – Formulaire | Animé Besoin de réaliser un formulaire de connexion et/ou d’inscription ? Tutoriel – Demo 06 – Parallax | Slideshow Les parallaxes sont de plus en plus utilisés dans les site web, pourquoi pas sur le votre ? 8 ressources Jquery pour sites fullscreen. Les sites avec un webdesign plein écran, envahissent le web. Pour la simple et bonne raison que leur mise en page est souvent simple, efficace et permet de mettre avant des visuels qui en jettent. Pour vous aider a faire de même, je vous propose 8 ressources Jquery. Bien avant l’explosion et l’utilisation massive de Jquery, le Flash était la principale technique utilisée pour réaliser des sites « fullscreen« . Les designers qui se sont tourné vers la librairie Jquery ont permis de faire avancer la technologie pour offrir des sites toujours plus rapides, toujours plus animés et prenant la totalité de l’écran du navigateur.

Vous cherchez les ressources et les tutoriels sur le sujet ? Vous les avez sous la main ! Menu animé Jquery en plein écran Galerie fullscreen avec miniatures animées Galerie fullscreen Galerie Jquery avec miniatures Le célébre plug-in « Supersized » Jquery Jquery Fullscreener plug-in Un tutoriel CSS + Jquery Galerie / slider en fullscreen. jQuery jQuery TaggingTools | webcloud. Home. jQuery : Les bonnes pratiques. Parce que beaucoup de développeurs se frottant à jQuery ne l’utilise pas forcément comme il faut et se plaignent souvent des performances médiocres obtenues, il était temps de remettre l’église au centre du village. Ce mémo est une traduction de ce très bon article anglais.

Bonne lecture ! Toujours faire une recherche à partir d’un ID Le sélecteur le plus rapide de jQuery est le sélecteur d’ID ($(‘#mon-id’)) car elle est directement mappée sur une méthode Javascript native : getElementById(). Sélection d’un élément unique Une sélection comme celle-ci est plus rapide :var traffic_button = $(‘#traffic_button’); Que celle-ci :var traffic_button = $(‘#content .button’); Sélection d’éléments multiples La sélection d’éléments multiples parcours le DOM de manière transversale, cela peut être très long et très couteux en ressources. Utiliser des balises avant les classes Le second sélecteur le plus rapide de jQuery est le sélecteur de balises ($(‘head’)). Cacher les objets jQuery (Dé)chaînez la fureur. Ender - the no-library library. jQuery plugin to style scrollbars (cross-browser compatible) | rShahin Blog Designs - Web Designer Rofikul Islam Shahin - Bangladesh. jScrollbar : make your own scrollbar for scrolling contents with jQuery UI - MyjQueryPlugins.

Simple Scrollbar. jQuery SuperBox! jQuery SuperBox! Est obsolète et ne sera plus mis à jour. Je vous recommande d’utiliser une alternative telle que Magnific Popup pour tout nouveau projet. Si vous êtes intéressé pour faire évoluer jQuery SuperBox! , vous pouvez forker la dernière version qui est sur GitHub. Traductions Français English Introduction Ce script est un plugin pour jQuery (1.3.x). Pourquoi créer un nouveau script de ce type, alors qu'il en existe déjà beaucoup ? L'accessibilité. jQuery Superbox! Téléchargement Le poids de la version compressée de Superbox est de 2ko si la compression GZip est utilisée, et 5,4ko sans. Télécharger jQuery Superbox! Contribuer Vous souhaitez participer ? Mise en route Pour installer ce script, vous devez inclure sur votre page jQuery, ainsi que les fichiers jquery.superbox-min.js (version compressée) et jquery.superbox.css : Par défaut, la superbox est générée d'après l'attribut rel d'un lien. Les paramètres spécifiques au mode d'affichage seront ensuite placés à la suite, entre crochets.

Zoomy - Un plugin jQuery pour zoomer sur vos images ou produits. Zoomy est un plugin jQuery permettant d'ajouter une loupe sur vos images, idéal pour voir les détails de vos produits sur un site d'e-commerce. Très simple à mettre en place et à utiliser, Zoomy permettra à vos visiteurs de voir plus en détail les images de votre site que vous aurez sélectionné. Côté options, il sera possible: De changer la taille de la loupeDe changer la forme de la loupe (Carrée ou ronde)D'activer ou non l'effet d'éclat de la loupeChanger le texte incitant à cliquer sur l'image pour ouvrir la loupe Son utilisation est simple, dans un premier temps, vous déclarez les images dans un lien avec une classe spéciale: 1. 2. 3. Puis vous initialisez le plugin: 1.$('.zoom').zoomy({ 2. zoomSize: 180, 3. round: true, 4. glare: true, 5. zoomText: click to Zoom Et cela fonctionne !

Le plugin utilisant du CSS3 pour le rendu de la loupe, sur Internet Explorer, on devra se contenter de la loupe carrée. Site Officiel. 30 excellentes ressources pour développer avec jQuery. Blog d'un passionné du web et du reste, directeur de l'agence Idtonic et fondateur du service Jobapic.fr 30 excellentes ressources pour développer avec jQuery Le 3 mars 2009 On trouve encore trop peu de bouquin sur jQuery dans les bibliothèques françaises, heureusement le web est rempli de bonnes ressources (certaines sont en anglais cependant). Bonne pratique. Découverte Tutoriels Plugins Aide-mémoire Présentation Encore plus ? De la lecture intéressante 8 Commentaires sur "30 excellentes ressources pour développer avec jQuery" Jib's 4 mars 2009 (10:40) Répondre Bonjour.Je recommande aussi qui permet de parcourir les fonctions jquery, avec des exemples, une recherche bien faite, une structure logique et organisée.

Votre message Les balises HTML suivantes sont acceptées (a, abbr, acronym, b, blockquote,code, em, i, strike, strong) Programmation PHP/Ajax/Sommaire. Un livre de Wikilivres. L10: Parser du XML avec domXml ▲ Mettre à jour périodiquement un cadre ▼Programmation PHP/Ajax/Sommaire Intérêt de l'utilisation d'Ajax Lorsqu'on écrit un sommaire en PHP classique, à chaque fois qu'on clique sur un lien la totalité de la page est affichée. Sur un sommaire, cela crée un effet de clignotement indésirable et d'autant plus important que la page est lourde.

Sans la technologie AJAX, on observe un effet de clignotement[1].Avec Ajax, plus de clignotement et un site plus rapide[2]. Remarque : ici on voit très peu la différence (quasiment pas d'ailleurs) car le site est super simple. Un autre exemple : Sans la technologie AJAX, on observe un effet de clignotement[3].Avec Ajax, plus de clignotement et un site plus rapide[4]. Les fichiers Le fichier index.html Le fichier ajax.php Le fichier page1.html <h1>Page 1</h1> bla bibib blan Le fichier page2.html Le fichier page3.html <h1>Page 3</h1> bli bli bli Le fichier page4.html Références.

jQuery simplyScroll - Logicbox. Jump to: [Features] [Examples] [Download] [Configuration] This product is no longer supported! It was originally created in 2008 and web technology and processing speeds have increased to the point where this scrolling technique is no longer necessary. Please use something else! SimplyScroll is a scroll-tastic jQuery plugin that can animate (scroll) content either automatically or manually, horizontally or vertically, backwards or forwards. New Features in v2 Auto-scroll in either direction RTL support, normalises browser RTL scroll implementations Touch support Now automatically supports unequal sized elements in loop mode Pause/play button option Features Supports scrolling horizontally and vertically both forwards and backwards Uses DOM ScrollTop/ScrollLeft for optimal performance Supports looped scrolling (infinite effect) Fully customisable via CSS & HTML Supports jQuery 1.2.6 and higher (tested up to 1.7.1) Works on all major browsers (including IE6/7!)

Examples Download Configuration. jQuery.ScrollShow. A Simple jQuery Slideshow. In the interest of following jQuery’s motto of “writing less and doing more,” let’s write a simple slideshow using jQuery, JavaScript and a bit of CSS. Download the complete slideshow hereRead the FAQs For starters, our main goal should be keeping the markup as clean as possible: Now let’s use CSS to position the images on top of each other and bring the active image to the top level with z-index: Due to absolute positioning, we need to define the height of the slideshow DIV. Also, notice that we defined three different z-indexes—we will manipulate these soon using jQuery.

For the slideshow animation we are going to switch between each photo at a set rate. Function slideSwitch() { var $active = $('#slideshow IMG.active'); var $next = $active.next(); $next.addClass('active'); $active.removeClass('active'); } $(function() { setInterval( "slideSwitch()", 5000 ); }); Here we set a JavaScript interval to call slideSwitch() every 5 seconds. Next we should incorporate a fade animation.

35+ jQuery slideshow and gallery tutorials, plugins and premium slideshow plugins. Subscribe by RSS or Email 35+ jQuery slideshow and gallery tutorials, plugins and premium slideshow plugins Posted In: Jquery, By Samir, 9 Comments advertisement More and more websites are adapting jQuery featured area for slideshows or gallery for a website. Most of it is used to show featured content, portfolio design or even for a news scroller. jQuery is a good technique to present content in real convenient and intuitive way unlike Flash. Visual display is always attractive than texts, as it is eye-catching and people relate to visual more than that to text. Image gallery helps you make it happen, but when you incorporate flash in your gallery you encounter loading problem. You can make your website happening with infinite carousel that uses striking retract effect. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15.

Advertisement 16. jQuery plugins for slideshow and gallery 1. 2. 5. 6. 7. iCarousel – Horizontal images slider 8. 9. 10. 11. jQuery Carousel 12. jQuery Blinds 14. 15. 16. 1. 2. Smooth Div Scroll. Slide Down Box Menu with jQuery and CSS3. In this tutorial we will create a unique sliding box navigation. The idea is to make a box with the menu item slide out, while a thumbnail pops up.

We will also include a submenu box with further links for some of the menu items. The submenu will slide to the left […] View demoDownload source In this tutorial we will create a unique sliding box navigation. We will be using the jQuery Easing Plugin and some beautiful photos by tibchris. The Markup For the HTML structure we will be using an unordered list where each menu item will contain the main link item and a div element for the submenu: <ul id="sdt_menu" class="sdt_menu"><li><a href="#"><img src="images/1.jpg" alt=""/><span class="sdt_active"></span><span class="sdt_wrap"><span class="sdt_link">Portfolio</span><span class="sdt_descr">My work</span></span></a><div class="sdt_box"><a href="#">Websites</a><a href="#">Illustrations</a><a href="#">Photography</a></div></li> ...

If there is no submenu, the div can simply be left out. The CSS. Jquery : Benefits, Examples and Free Ebook. Advertisement What is jQuery? Directly taken from the website of jQuery -” jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages”.It is basically a JavaScript framework for writing huge task of JavaScript with few lines of code. What are the benefits of jQuery? 1) 5 lines of code of jQuery can perform better task than 25 lines of traditional Javascript code. 2) Various number of plugins are available and a large community support this project it is better to use jQuery in your project compared to other JavaScript frameworks like prototype.js or moottools . 3) jQuery’s website contains very good documentation with useful examples. 4) It simplifies the Ajax Development.

Just have to write 5 or 6 lines to call the Ajax. Well these are just few benefits of jQuery but if you start using jQuery then you’ll come to know about the actual benefits of using jQuery. 60 Useful JQuery Tutorials From 2010. 60 Useful JQuery Tutorials From 2010 Posted by Prakash on December 7th in Tutorials. Web developer created some great jQuery tutorials and today we just want list some of the 2010 tutorials which really stand out from the tradition javascript effect tutorials. In today’s post we have compiled 60 the best and useful jQuery tutorials from 2010. Enjoy! Animate Panning Slideshow with jQuery Beautiful Background Image Navigation with jQuery Coding a Rotating Image Slideshow w/ CSS3 and jQuery How to Create a jQuery Confirm Dialog Replacement Making an Apple-style Splash Screen Do you want to clear the 3101.1 exams successfully in the first attempt?

Elements with jQuery and CSS3 Making an Interactive Picture with jQuery Creating a Stylish Coming Soon Page with jQuery Create Custom PopUp (Modal Window) with jQuery Content Slider Using CSS and Jquery Tabbed Content with Navigation using jQuery UI Crafting an Animated Postcard With jQuery Lights Out – Dimming/Covering Background Content with jQuery Prakash. 15 Handpicked Fresh and Useful jQuery Tutorials. jQuery has really simplified the work flow for web designers. Even someone with basic javascript understanding can use it. These tutorials are proof of that. In this post you will find 15 really useful jQuery tutorials that has been published in the previous month or so.

Hope the readers learns something new with these tutorials . 1. Beautiful Slide Out Navigation Demo This tutorials shows how to create a slide out menu that stays on the left of the webpage. 2. Demo We have seen some sliding background with jQuery before. 3. jQuery AJAX Tabs Demo A neat, simple, fast jQuery tabs tutorial. 4. Demo This menu tutorial is in two parts and really an awesome menu tutorial. 5. Demo An easy to understand jQuery Pagination tutorial. 6. DemoIf you are thinking why would anyone one want to do this, here is an example: if you are running a music website, need people to vote for albums or lets say a wallpaper website, you can use the technique for this tutorial. 7.

Demo 8. Demo 9. Demo 10. Demo 11. 12. 13. Demo. #1555597. Jquery | Jay Salvat, le blog | Page 2. 6 avril 2010 – Catégorie : Développement – Tags : jquery, plugin, tutoriel – Il y a 6 ans j’ai eu à développer une arborescence de fichiers en javascript. Il m’a fallut près d’un mois de développement pour la réaliser. A l’époque, jQuery, jQuery UI n’existaient pas. Aujourd’hui, armé des bons outils et, je l’espère, d’un peu plus d’expérience, il m’a fallut deux heures pour arriver au même résultat. L’occasion rêvée d’écrire une suite d’articles pas à pas pour sortir le blog de sa torpeur. Lire la suite Si vous êtes un habitué de ce blog, le nom de SundayMorning devrait vous être familier.

Lors de la réalisation du site web, je voulais m’éloigner de l’aspect ennuyeux que pouvait engendrer la navigation au sein de la documentation. Cet effet a manifestement attisé la curiosité de quelques uns d’entre-vous. MISE A JOUR Mercredi 13 octobre 2010 : J’ai ajouté un lien vers le code sur JsFiddle. Lire la suite Lire la suite Lire la suite Je n’ai rien contre Flash, mais ce n’est pas mon univers. WdCalendar - Un calendrier jQuery avancé pour vos applications web. Simple Page Peel Effect with jQuery & CSS | jQuery Tutorials. Tutorials. jQuery: The Write Less, Do More, JavaScript Library. jQuery & JavaScript Articles For The Community.

Converting jQuery Code to a Plugin. 25 Free jQuery Photo Gallery / Albums with Tutorials | VisonwidGet. Apprendre et comprendre jQuery – 1/3 • Tous les articles. SVGround : tout sur SVG. Booklet - jQuery Plugin. Le format JSON, AJAX et jQuery - Alsacréations. jQuery Animations: A 7-Step Program. jQuery virtual tour.