/ Published in: jQuery
URL: http://www.learningjquery.com/2008/02/simple-effects-plugins
mad props to Karl S - http://www.learningjquery.com/2008/02/simple-effects-plugins
Expand |
Embed | Plain Text
jQuery.fn.slideFadeToggle = function(speed, easing, callback) { return this.animate({opacity: 'toggle', height: 'toggle'}, speed, easing, callback); };
You need to login to post a comment.
