Skip to content

Instantly share code, notes, and snippets.

@buithehoa
Created January 7, 2015 03:43
Show Gist options
  • Save buithehoa/ade8f30ec12cc2c6e74c to your computer and use it in GitHub Desktop.
Save buithehoa/ade8f30ec12cc2c6e74c to your computer and use it in GitHub Desktop.
JQuery document ready
$(document).ready(function() {
// put all your jQuery goodness in here.
});
// OR
$(function() {
// put all your jQuery goodness in here.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment