background preloader

Jquery

Facebook Twitter

Jquery-jec - Editable combobox for jQuery. 50 Amazing Jquery Examples- Part1 - Noupe Design Blog. Dec 20 2007 * This post is regularly updated. * Many of us have been using a good deal of jQuery plugins lately. Below I have provided a list of the 50 favorite plugins many developers use. Menu 1) LavaLamp 2) jQuery Collapse -A plugin for jQuery to collapse content of div container. 3) A Navigation Menu- Unordered List with anchors and nested lists, also demonstrates how to add a second level list. 4) SuckerFish Style Tabs 5) jQuery UI Tabs / Tabs 3 – Simple jQuery based tab-navigation 6) TabContainer Theme – JQuery style fade animation that runs as the user navigates between selected tabs.

Accordion 7 ) jQuery Accordion Demo 8) Simple JQuery Accordion menu SlideShows 9) jQZoom- allows you to realize a small magnifier window close to the image or images on your web page easily. 10) Image/Photo Gallery Viewer- allows you to take a grouping of images and turn it into an flash-like image/photo gallery. Transition Effects 12) Easing Plugin- A jQuery plugin from GSGD to give advanced easing options. A jQuery UI Combobox: Under the hood. Update on 2010-08-17: This article was updated to reflect the changes to the combobox code in jQuery UI 1.8.4 The jQuery UI 1.8 release brings along the new autocomplete widget.

An autocomplete adds a list of suggestions to an input field, displayed and filtered while the user is typing. This could be attached to a search field, suggesting either search terms or just matching results for faster navigation. But what if there is a fixed list of options, usually implemented as a standard HTML select element, where the ability to filter would help users find the right value way faster? That's a "combobox. " Let's starts with the initial markup: Nothing special there, just a label and a select element with a few options. The code to apply the combobox widget to the select is quite simple, too: Let's look at the code for this combobox widget. JavaScript: Let's break this down, piece by piece: Let's break down the source implementation: if ( !

Input.data("autocomplete"). And that's it! Tooltipsy - jQuery tooltip plugin for control-obsessed designers. More on jQuery: Slider Plugins and Tutorials - Noupe Design Blog. Jan 10 2011 There are a large amount of sites that use image sliders to emphasize content by using jQuery plugins. In today’s post we provide you with yet another collection of some fantastic resources for all of those among you who are interested in learning how to create image sliders with jQuery, and more! jQuery Slider Plugins Slidesjs Slidesjs is a crazy simple slideshow plugin for jQuery. It’s easy to implement, customize and style. What could be better? Nivo Slider A simple jQuery slider with lots of transition effects and also easy to use and implement. AviaSlider AviaSlider is a jQuery plugin with 8 transition effects with lots of easy to set options to create your own effects including an image preloader: Looped Slider LoopedSlider is a plugin made for jQuery that solves a simple problem — the looping of slide content.

Coin Slider Another jQuery image slider with unique transition effects and easy to use and implement and also compatible with most web browsers: Slideshow 2! (ik) Visual jQuery 1.2.6. Better Coda Slider. Tutoriel jQuery : Faire un carrousel • Tutoriels jQuery. Fonctionnement d’un carrousel Tout d’abord, il faut comprendre le mécanisme une telle galerie d’image.

Pour cela, seule la définition d’un carrousel réel pourrait suffire : Boîtier de forme circulaire servant à projeter des diapositives (cf. Mediadico). Dans ce tutoriel nous nous contenterons de créer un mécanisme qui se bloque vers la droite lorsque nous sommes positionnés au dernier item et se bloque vers la gauche lorsque nous sommes positionnés au premier. En XHTML/CSS, nous allons créer une bande de diapositives placée en arrière-plan et elle sera en partie visible à travers un bloc aux dimensions d’une seule diapositive.

Un petit dessin valant mieux qu’un long discours, voici une vue de profil et de face expliquant cette notion de partie visible. Dans cette vue de profil, seule la diapositive C est visible au travers du bloc. Enfin, dans cette vue de face plus habituelle, seule la diapositive C est visible au travers du bloc. Montage XHTML/CSS de base Et voilà le rendu : C’est parti :