Skip to content

Instantly share code, notes, and snippets.

@csharpforevermore
Created August 4, 2015 15:48
Show Gist options
  • Save csharpforevermore/81ae6c773bbfb8868803 to your computer and use it in GitHub Desktop.
Save csharpforevermore/81ae6c773bbfb8868803 to your computer and use it in GitHub Desktop.
jQuery Document ready shorthand
<script type="text/javascript">
$(function () {
// Code here
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment