Skip to content

Instantly share code, notes, and snippets.

@bogutski
Last active September 17, 2016 03:10
Show Gist options
  • Save bogutski/15f919ee5fde1e5155a7a79f9cde4b34 to your computer and use it in GitHub Desktop.
Save bogutski/15f919ee5fde1e5155a7a79f9cde4b34 to your computer and use it in GitHub Desktop.
Template for custom JS file for Drupal
jQuery.noConflict();
(function ($) {
$(document).ready(function () {
// Code here
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment