background preloader

JQuery

Facebook Twitter

Text Effects | Fourdesire 四合願. Uniform - Sexy forms with jQuery. ResponsiveSlides.js · Responsive jQuery slideshow. TinyNav.js · Convert navigation to a select dropdown on small screen. jQuery UI Widgets - Rich JavaScript & HTML5 UI framework. Turn.js - Réaliser un flip book en HTML5. Apprise - The attractive alert alternative for jQuery.

The initial release of Apprise has been a major success and is often what this site is most commonly associated with. As far as I've been able to track, Apprise has been downloaded over 23,000 times and has been mentioned in over 46,000 blogs. Which is fantastic, especially for something that I've never been very proud of. I've wanted to update, and change the UI, of this for over a year now.

Time has finally permitted and it's, finally, ready. Demos Let's get right down to business. Pretty slick, right? Let's take a peak at the default settings before we change the options around a bit. You'll notice that the buttons are completely customizable and can easily be altered using your own CSS rules. Let's try another demo, but changing the settings around a bit. We're going to use a custom CSS class on our confirm button. You'll see the custom blue button with it's custom text, as well as a goofy little callback function that populates the field below: Response: Using.

Ajax Events. Ajax requests produce a number of different events that you can subscribe to. Here's a full list of the events and in what order they are triggered. There are two types of events: Local Events These are callbacks that you can subscribe to within the Ajax request object, like so: Global Events These events are triggered on the document, calling any handlers which may be listening. $(document).bind("ajaxSend", function(){ $("#loading").show(); }).bind("ajaxComplete", function(){ $("#loading").hide(); }); Global events can be disabled for a particular Ajax request by passing in the global option, like so: Events This is the full list of Ajax events, and in the order in which they are triggered.

AjaxStart (Global Event)This event is triggered if an Ajax request is started and no other Ajax requests are currently running.

Plugins

Project types. Demos. jQuery UI offers a combination of interaction, effects, widgets, utilities, and themes designed to work well together or on their own. Play with the demos, view the source, build a theme, read the API documentation and start using jQuery UI today. Interactions Interactions add basic mouse-based behaviors to any element. You can create sortable lists, resizable elements, drag & drop behaviors and more with just a few lines of code. Interactions also make great building blocks for more complex widgets and applications. Widgets Widgets are full-featured UI controls that bring the richness of desktop applications to the Web. Effects Effects add support for animating colors and class transitions, as well as providing several additional easings.

Utilities Utilities used by jQuery UI to build interactions and widgets. Supersized - Background et slideshow jQuery en plein écran. Supersized est un plugin jQuery permettant d'afficher un background ou un slideshow en plein écran. Avec Supersized, il est possible d'afficher une image de background en plein écran, ainsi que de faire défiler une galerie de photos à l'aide d'un slideshow. Les images s'adapte au redimensionnement du navigateur en gardant les mêmes ratios de dimensions. Avec le slideshow, les images sont préchargées par accelérer leur défilement et les miniatures des photos suivantes / précédentes s'affichent dans la barre de contrôle.

Nouveautés de Supersized version 3.0 Prise en charge du scrollingAugmentation de la performance en cas d'utilisation d'un grand nombre de photosLes images doivent être déclarées dans un Array.Ajout des miniatures de navigation. Utilisation de Supersized L'utilisation du plugin pour afficher seulement une image en background, sans les options de slideshows, nécessite seulement de l'instancier et de lui déclarer une image : 01. 02. 03. 04. $.fn.supersized.options = { 08. slides : [ 2. Freeow! Used by hoopies and froods alike, Freeow! Is a plugin for making Growl-like alerts or message boxes on your website.

You can customize the look and animation of Freeow! Each time a message box appears, and you can alter other options such as whether or not to have the message box hide itself automatically. Current version: 1.0.2Date released: 2012-05-16License: MITDownload: Zip FileRepository: GitHub Working Examples Click the button to see a simple Freeow! Make a custom Freeow! Freeow! I am so hip I have trouble seeing over my pelvis! Getting Started Markup Not much to it. If you’re planning on using the sample stylesheet, you’ll also want to apply the class .freeow to this element and either .freeow-top-right or .freeow-bottom-right. JavaScript Now, jQuery reference the element from the last step and call .freeow(), passing a title, message, and optional object of options. Customizing Freeow! When you call the .freeow() method, you can pass it an options object as the optional third argument.

Tutorials. jQuery : l’événement ! Enfin « les », événements. Je voulais un titre sensationnel. Vous connaissez certainement jQuery, l’excellente bibliothèque Javascript. Non ? Alors c’est ici. Le développement DOM/Javascript repose en grande partie sur les événements. Vous savez certainement qu’il est possible d’affecter un événement à un objet jQuery, c’est à dire qu’une fonction se déclenchera lors d’un événement sur l’objet sélectionné. jQuery propose deux manières de définir les événements : nous allons les analyser. Les « Event Helpers » Joli nom. Il s’agit d’une série de méthodes, reprenant le nom des événements DOM. Si aucun paramètre n’est passé, cette méthode déclenche l’événement. Si une fonction est passée en paramètre, elle s’exécutera lorsque l’événement sera déclenché (depuis le code comme vu juste au-dessus, ou « naturellement »). Vous trouverez la liste complète de ces méthodes sur la page de documentation des événements : Définir un événement Commençons par un exemple.

Exemple. jQuery.info. jQuery: The Write Less, Do More, JavaScript Library.