Created
August 17, 2017 07:17
-
-
Save seza443/eab935f8d61056d86926ee465c1cb9cd to your computer and use it in GitHub Desktop.
[JQuery document.ready handler] #jquery #init #document #ready
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
$(document).ready(function() { | |
// Handler for .ready() called. | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment