jQuery: The Write Less, Do More JavaScript Library

Releases for jQuery fade anything plugin

jQuery fade anything plugin 1.0.1

Download: fade_include_demo.zip
Size: 26.79 KB
md5_file hash: 313274af381d0e07b634159de8de73f8
First released: October 7, 2007 - 10:28am

Download:
http://jquery.com/plugins/project/fade
or
http://rongjunxue.viminta.com/wp-content/uploads/2007/10/fade_include_de...

Features:

  • base on the fat.js which use in the wordpress.
  • very easy to use.
  • very pretty effect.
  • bug fixed:mutiple element fade bug.

Online Demo:
http://rongjunxue.viminta.com/demo/fade/fadedemo.html

Method:
In this release,you can fade anything with “vkfade()” method:
$(”#output1″).vkfade(); //with no parameter,default color vaue is #ff8000.

or

$(”#output1″).vkfade(”eee000″); //with the RGB optional parameter

Report bug:
http://jquery.com/plugins/node/add/project_issue/fade/bug

jQuery fade anything plugin v1.0 1.0.0

Download: jquery.fade.js_0.txt
Size: 2.84 KB
md5_file hash: 98b82eade19130df52aca1e82cbae3e9
First released: October 7, 2007 - 3:24am
Last updated: October 7, 2007 - 3:30am

In this release,you can fade anything with:
$("#output1").vkfade(); //with no parameter,default color vaue is #ff8000.

or

$("#output1").vkfade("eee000"); //with the RGB optional parameter