Skip to content

Instantly share code, notes, and snippets.

@seza443
Created August 17, 2017 07:17
Show Gist options
  • Save seza443/eab935f8d61056d86926ee465c1cb9cd to your computer and use it in GitHub Desktop.
Save seza443/eab935f8d61056d86926ee465c1cb9cd to your computer and use it in GitHub Desktop.
[JQuery document.ready handler] #jquery #init #document #ready
$(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