Joined December 2014
·

Chester Millisock

Greater Seattle Area
·

Posted to Force redraw on an element (jQuery) over 1 year ago

Return the original jQuery collection to allow chaining. These comments don't allow code formatting, but:
$.fn.redraw = function() {
$(this).each(function() {
var redraw = this.offsetHeight;
});
return $(this);
};

Achievements
1 Karma
0 Total ProTip Views