Skip to content

Instantly share code, notes, and snippets.

@andrewebdev
Last active December 16, 2015 18:28
Show Gist options
  • Save andrewebdev/5477426 to your computer and use it in GitHub Desktop.
Save andrewebdev/5477426 to your computer and use it in GitHub Desktop.
Javascript: Django Jquery Wrapper
(function($) {
$(document).ready(function() {
});
})(django.jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment