Skip to content

Instantly share code, notes, and snippets.

@python-consulting
Created March 24, 2017 10:36
Show Gist options
  • Save python-consulting/9b40e275ad3312f616dd6b2378b0d77a to your computer and use it in GitHub Desktop.
Save python-consulting/9b40e275ad3312f616dd6b2378b0d77a to your computer and use it in GitHub Desktop.
Javascript document ready (jquery)
jQuery(document).ready(function($) {
// Code using $ as usual goes here.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment