Created
August 4, 2015 11:23
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function flushDOM() { | |
$('body').height(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment