Created
December 21, 2014 11:43
-
-
Save richerimage/f8b0bcd32145d9045c59 to your computer and use it in GitHub Desktop.
Use the following code instead to execute code only when everything on the page has loaded, including images.
This file contains hidden or 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
| $(window).bind("load", function() { | |
| //YOUR CODE | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment