/ Published in: JavaScript
![](/img/icon_sav.png?v3)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
jQuery.fn.fadeToggle = function(speed, easing, callback) { return this.animate({opacity: 'toggle'}, speed, easing, callback); };
URL: http://www.learningjquery.com/2008/02/simple-effects-plugins
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)