Home » Code »

jquery fadeLoad plugin

Nick Nettleton | 23 April 2009 | 2 comments |

A tiny little jQuery plugin - works just like jQuery load(), but combines it with a nice, subtle fade out/in transition.

Also includes the fix for the IE cleartype fade bug.

Demo:

View the demo here

Usage:

${'selector'}.fadeLoad(url);
${'selector'}.fadeLoad(url, data);
${'selector'}.fadeLoad(url, data, callback);

Download:

Download jquery.fadeLoad.js (835 bytes)

Topics: jQuery

Comments

Abraham Vegh 30/06/2009 06:55 - Visit »

A compressed/minified version of this plugin can be found here: http://tr.im/qgIk

NickNettleton 30/06/2009 08:53 - Visit »

Thanks Abraham!