/ Published in: jQuery
                    
                                        
                            
                                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://groups.google.com/group/jquery-en/browse_thread/thread/bd9ab1487def3fc8/a24286723ec3ab98
Comments
 Subscribe to comments
                    Subscribe to comments
                
                