Skip to content

Instantly share code, notes, and snippets.

@kovalbogdan95
Created July 18, 2017 14:39
Show Gist options
  • Save kovalbogdan95/629119344c23a21bef42d4dcf651f9ff to your computer and use it in GitHub Desktop.
Save kovalbogdan95/629119344c23a21bef42d4dcf651f9ff to your computer and use it in GitHub Desktop.
Jquery Document Ready Event
$(document).ready(function(){
// jQuery methods go here...
});
// ----- OR -----
$(function(){
// jQuery methods go here...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment