/ 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.blindToggle = function(speed, easing, callback) { var h = this.height() + parseInt(this.css('paddingTop')) + parseInt(this.css('paddingBottom')); return this.animate({marginTop: parseInt(this.css('marginTop')) <0 ? 0 : -h}, speed, easing, callback); };
Comments

You need to login to post a comment.
itel p12 root bestandroidtoroot