Skip to content

Instantly share code, notes, and snippets.

@mikejoseph
Created March 16, 2016 14:10
Show Gist options
  • Select an option

  • Save mikejoseph/7181eeaaa1fcfa90b73d to your computer and use it in GitHub Desktop.

Select an option

Save mikejoseph/7181eeaaa1fcfa90b73d to your computer and use it in GitHub Desktop.
<script type="text/javascript">
(function($) {
$(function() {
alert('I just ran!');
});
})(jQuery);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment