Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created May 17, 2013 10:09
Show Gist options
  • Save jbutko/5598212 to your computer and use it in GitHub Desktop.
Save jbutko/5598212 to your computer and use it in GitHub Desktop.
jQuery: basic implementation
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(document).ready(function(){
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment