background preloader

Jquery

Facebook Twitter

51 Best of jQuery Tutorials and Examples - Noupe Design Blog. Apr 24 2008 There’s stuff all over the Web about jQuery, but finding the best tutorials to get you started can be tough.

51 Best of jQuery Tutorials and Examples - Noupe Design Blog

Here are Examples and tutorials from jQuery masters to keep you on the right track. We will start with jQuery masters and feature some of their best tutorials, then we will move on to more categorized tutorials, cheat sheets and hacks. You can also take a look at other 3 articles in this series : So let’s get started and don’t forget to subscribe to our RSS-Feed to keep track on our next post in this series. John Resig John Resig, creator of the JQuery JavaScript library and author of Pro JavaScript Techniques, is a Mozilla technologist focused on the relationship between Mozilla and the world of JavaScript libraries. Featured Tutorials of John Resig. 65 Excellent jQuery Resources (tutorials,cheat sheets,ebooks,demos,plugins…)

Tutorials. .width. 50 jQuery Image Gallery Tutorials and Plugins. 36 Useful jQuery Image And Content Slider Plugins. jQuery is a rapid JavaScript library that is CSS3 compliant and supports many cross-browsers features.

36 Useful jQuery Image And Content Slider Plugins

The jQuery framework is extensible and very nicely handles DOM manipulations, CSS, animations, communications to server requests, document transverse and event handling. Using Sliders are the common ways to display your content attractively and uniquely and in a small pieces of popular content. Its the most effective way you can display what you can do to your readers. Les meilleures galeries photo jQuery. Image Flow Inspiré du cover flow d'apple.

Les meilleures galeries photo jQuery

Gère les touches clavier et la molette. Space Gallery. Planète jQuery : l'actualité jQuery, plugins jQuery et tutoriels jQuery en français. A jQuery Plugin For Face Detection On Images. As images are clearly a part of almost any web application (user photos, avatars, etc.), analyzing them better will always be functional for users.

A jQuery Plugin For Face Detection On Images

Face Detection is a jQuery plugin that returns the coordinates of faces in any given image. It uses an algorithm named CCV (a JS file that needs to be included in to the documents as well) and has callbacks on every level. The usage is straightforward, just mention the element to be analyzed and get back the results, nothing complicated. jQuery Ajax tutorials, jQuery UI examples and more! - The Ultimate jQuery List. 40 Exceptional jQuery Photo Gallery and Slider. Les meilleures galeries photo jQuery. Apprendre et comprendre jQuery – 2/3. Utilitaires Parmi les méthodes jQuery on trouve quelques fonctions très pratiques qui seront employées assez souvent. length et size Ces deux techniques sont équivalentes (mais attention à la syntaxe qui diffère).

Apprendre et comprendre jQuery – 2/3

Elles retournent le nombre d’éléments d’un objet jQuery. C’est très pratique pour tester la présence d’un élément dans la page également. if($("#form").length) { // ... } $("img").size(); each Là encore jQuery permet de se simplifier les tâches les plus courantes en JS. $("img").each(function(){ console.log($(this).attr("src")); }); browser Pour tester facilement quel navigateur est utilisé et sa version on utilisera par exemple : if($.browser.msie) { if($.browser.version > 6) { // ... } } trim. 35+ Useful jQuery Menu Plugins. With the right jQuery menu plugin your website visitors may get the best and most dynamic navigation available. jQuery is a lightweight, cross-browser compliant, incredibly awesome and extremely powerful JavaScript framework (library) that emphasizes and simplifies interaction between JavaScript, CSS and HTML.

35+ Useful jQuery Menu Plugins

With jQuery, you can change the look and feel of your website into something extraordinary, and it is easier than you think. This way you are providing a different and very dynamic look and feel that users will typically love. Navigation is one of the most important elements in web design. It has to be neat, usable and creative at the same time in order not to drive your visitors away because they cannot find what they are looking for. jQuery is one of the most powerful tools to enhance your navigation and make it stand out and there are many cool scripts to help you do magic in minutes and not hours.

Apprendre et comprendre jQuery – 1/3. Tutoriels jQuery Introduction rapide et en douceur à l’utilisation d’une des bibliothèques JS à la mode.

Apprendre et comprendre jQuery – 1/3

Ou comment ajouter une couche d’interactions simplement et proprement à vos pages. NB : ce billet sera divisé en trois parties. 14 jQuery Plugins for Working with Images. JavaScript frameworks have become very popular in the recent years by making the creation of dynamic effects much easier.

14 jQuery Plugins for Working with Images

Lightweight, used in the WordPress and Drupal core, jQuery is now one of the most used JavaScript libraries around. The following list of jQuery plugins will help you to improve the usability of your website or web applications by enhancing the display of your images. 1. s3 Slider s3 Slider Demonstration page.

A simple way to add smooth image slideshows and showcases on your website. Personnaliser l'ambiance de votre page web dynamiquement en fonction de la teinte d'une image (c# + css) , Julien Lefebvre. Personnaliser l'ambiance de votre page web dynamiquement en fonction de la teinte d'une image (c# + css) Cela faisait quelques temps que j'avais l'idée d'un site de recommandations personnalisées de films...

Personnaliser l'ambiance de votre page web dynamiquement en fonction de la teinte d'une image (c# + css) , Julien Lefebvre

Un jour j'ai lu un article où le gars expliquait qu'il ne faut pas passer trop de temps à réfléchir et à travailler sur le développement d'un site mais au contraire faire un premier prototype, de le mettre en test et d'écouter le feedback pour améliorer le site et ainsi de suite. J'ai pris au mot le conseil en lançant une première version de Top 250 juste quelques temps après. 50 Most Useful jQuery Plugins from 2013. Today, just as we have published each of the past three years, we have the 2013 edition of our top 50 jQuery plugins that we feel are the most useful and most innovative from this year. 2013 has been quite possibly the best year ever!

50 Most Useful jQuery Plugins from 2013

All of the time-saving plugins below will in one way or another deliver a specific solution to many of the design and development issues you may have. And just to help you find exactly what you are looking for we have split the plugins into the following categories: Layouts, Navigation, Social & Sharing, Sliders & Carousels, Image Management, Forms, Typography & Text, and finally a selection of plugins that don’t quite fit into a particular category but are useful enough to stand alone. Here we go, the most popular, most innovative and the most useful jQuery plugins from 2013: You might also like to view the 50 most useful plugins from 2014, 2012, or 2011. 51 Best of jQuery Tutorials and Examples - Noupe Design Blog. A free jQuery slideshow by Pixedelic. A simple slide This is the "simple anathomy" of a slide: Captions You can add a caption to the slide, just put a div with class "camera_caption" into the div above: <div data-src="images/image_1.jpg"><div class="camera_caption">The text of your caption</div></div> By adding one more class to the "camera_caption" div you can decide the effect of the caption.

HTML elements You can also put some HTML elements into your slides. <div data-src="images/image_1.jpg"><div class="fadeIn camera_effected">The text of your html element</div></div> Simplifiez vos développements JavaScript avec jQuery - Javascript. Si vous avez déjà programmé en JavaScript, vous savez que ce langage est puissant, mais aussi « verbeux » et souvent assez complexe à mettre en œuvre.

Si vous voulez accéder à toute la puissance de JavaScript en utilisant des instructions simples, logiques, faciles à comprendre et à maintenir, jQuery est vraiment fait pour vous ! Avec ce cours, je vous propose de découvrir les multiples facettes du framework jQuery. De la sélection d'éléments à la manipulation du DOM, en passant par l'animation, les requêtes AJAX, l'utilisation et la création de plugins, la création de jeux et bien d'autres choses encore !

N'ayez crainte, votre apprentissage se fera en douceur et de très nombreux exemples de code documentés viendront consolider vos connaissances. 1000 Popular jQuery Plugins List. jQuery.