Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for jQuery fade anything plugin


jQuery fade anything plugin 1.0.1

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

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