SyntaxFix
Write A Post
Hire A Developer
Questions
This works for me. Kudos go here.
jQuery.fn.redraw = function() { return this.hide(0, function() { $(this).show(); }); }; $(el).redraw();