Tutorial Combine Slide and Fade Functions

$.fn.slideFadeToggle = function(speed, easing, callback) { return this.animate({opacity: 'toggle', height: 'toggle'...

$.fn.slideFadeToggle = function(speed, easing, callback) {
return this.animate({opacity: 'toggle', height: 'toggle'}, speed, easing, callback);
};
Usage
$("#something").click(function() {
$(this).slideFadeToggle();
});

Hot in Week

Popular

Archive

item