public marks

PUBLIC MARKS with tags jQuery & navigation

December 2009

November 2009

October 2009

September 2009

August 2009

Menu animé avec jQuery et CSS

by eledo34 & 2 others (via)
Fancy Navigation est une ressource permettant d’ajouter une barre de menus animées. L’auteur explique pas à pas comment implémenter le menu. Cette ressource s’appuie sur le framework jQuery. Associé d’une définition CSS et d’un petit code JavaScript, votre site se voit doté d’un menu affichant un magnifique effet de “roll over”. Rien de bien complexe… et [...]

July 2009

June 2009

May 2009

April 2009

February 2009

November 2008

Galleriffic | A jQuery plugin for rendering fast-performing photo galleries

by camel (via)
Galleriffic was inspired by Mike Alsup's Cycle plugin, but with performance in mind for delivering a high volume of photos. This is my first experiment with jQuery, so I would love feedback on how to improve this plugin. Features * Smart Image Preloading after the page is loaded * Thumbnail Navigation (with pagination) * Bookmark-friendly URLs * Slideshow (with auto-updating url bookmarks) * Image fade transitions * Optional download link for the original image * Flexible configuration * Graceful degradation when javascript is not available * Now supports multiple galleries per page (View Multiple Gallery Demo)

October 2008

FastFind Menu

by Jeremy B. & 4 others
Sliding menu (mac os filemanager style...)

jQuery listnav plugin - javascript navigation control to manage alphabetical lists

by srcmax & 4 others
This jQuery plugin supplies an easy way to unobtrusively add a letter-based navigation widget to any UL or OL list. An easily stylable (via CSS) nav bar appears above the list, showing the user the letters A-through-Z. Clicking one of the letters filters the list to show only the items in the list that start with that letter.

Using jQuery for Background Image Animations

by marco & 5 others
After reading Dave Shea's article on CSS Sprites using jQuery to produce animation effects, I felt like playing around with things to see what could be done but accomplish it with a simpler HTML structure and simpler code.