Free Beautiful Css templates, Web designer tricks from expert
$.fn.slideFadeToggle = function(speed, easing, callback) { return this.animate({opacity: 'toggle', height: 'toggle'}, speed, easing, callback); };
$("#something").click(function() { $(this).slideFadeToggle(); });
No comments:
Post a Comment