Skip to content

Instantly share code, notes, and snippets.

@hatsumatsu
Last active August 29, 2015 14:01
Show Gist options
  • Save hatsumatsu/91d01c84f778331ebf7a to your computer and use it in GitHub Desktop.
Save hatsumatsu/91d01c84f778331ebf7a to your computer and use it in GitHub Desktop.
( function ( $ ) {
$.fn.redraw = function() {
return this.each( function() {
var redraw = this.offsetHeight;
} );
};
}( jQuery ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment