Skip to content

Instantly share code, notes, and snippets.

@Ledzz
Created August 26, 2016 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ledzz/4d210e7b26b2b30f3186c3a7728daa39 to your computer and use it in GitHub Desktop.
Save Ledzz/4d210e7b26b2b30f3186c3a7728daa39 to your computer and use it in GitHub Desktop.
$.redraw function
(function() {
$.fn.redraw = function(){
$(this).each(function(){
var redraw = this.offsetHeight;
});
};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment