jQuery.fn.redraw = function(){ jQuery(this).each(function(){ this.style.display="none"; this.offsetHeight;// no need to store this anywhere, the reference is enough this.style.display="block"; });};