Skip to content

Instantly share code, notes, and snippets.

@lykkeligal
Forked from martinodehnal/source.js
Created April 30, 2012 17:46
Show Gist options
  • Save lykkeligal/2560417 to your computer and use it in GitHub Desktop.
Save lykkeligal/2560417 to your computer and use it in GitHub Desktop.
Javascript: jQuery Document Ready
<script>
$(function() {
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment