$("a").jEffects('bubbles');
$("li").jEffects({
type : 'fireball',
colors : [ '#f77', '#7f7', '#77f'],
chaos : 100,
chars : ['a', 'b', 'c'],
targetX : 200,
targetY : -100,
particles : 8,
duration : 1000,
randomizeParticles : true
});
$("div").jEffects([
{ type:'bubbles' },
{ type:'snow' },
{ type:'fireball', targetX: 300 },
{ type:'fireball', targetX: -300 }
]);
$("#anything").jEffects(
/* Your imagination goes here */
);
jEffects enhances user interaction by providing decorative effects. It’s all packaged into an intuitive jQuery plugin. Detailed documentation is included.