/ Published in: Other
Expand |
Embed | Plain Text
jQuery.fn.fadeToggle = function(speed, easing, callback) { return this.animate({opacity: 'toggle'}, speed, easing, callback); };
You need to login to post a comment.
Wiederkehr on 12/23/09
javascript textmate plugin jquery
1 person have marked this snippet as a favorite
jQuery.fn.fadeToggle = function(speed, easing, callback) { return this.animate({opacity: 'toggle'}, speed, easing, callback); };
You need to login to post a comment.