jquery

TwitterFacebook
Get flash to fully experience Pearltrees
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/

jQuery lightbox for images, videos, YouTube, iframes | Stéphane Caron – No Margin For Errors

library

tipsy tooltip

http://onehackoranother.com/projects/jquery/tipsy/ As of version 0.1.3, it's possible to use a callback function to set the gravity dynamically at hover-time.
( function ( $ ) { var cache = []; // Arguments are image paths relative to the current page. $ . preLoadImages = function () { var args_len = arguments . length ; for ( var i = args_len ; i -- ;) { var cacheImage = document . createElement ( 'img' ); cacheImage . src = arguments [ i ]; cache . push ( cacheImage ); } } })( jQuery ) You'll notice that this isn't anything special to jQuery.

Preloading Images with jQuery and JavaScript | Engineered Web

http://engineeredweb.com/blog/09/12/preloading-images-jquery-and-javascript/