Skip to content

Instantly share code, notes, and snippets.

@lutzissler
Created August 4, 2015 11:23
Show Gist options
  • Save lutzissler/41d2b91f32663e99a3fa to your computer and use it in GitHub Desktop.
Save lutzissler/41d2b91f32663e99a3fa to your computer and use it in GitHub Desktop.
Workaround for forcing the browser to write any cached changes to the DOM.
function flushDOM() {
$('body').height();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment