Skip to content

Instantly share code, notes, and snippets.

@adamkudrna
Created April 21, 2015 08:33
Show Gist options
  • Save adamkudrna/5eb976133e2658a18111 to your computer and use it in GitHub Desktop.
Save adamkudrna/5eb976133e2658a18111 to your computer and use it in GitHub Desktop.
Drupal and custom jQuery JS
(function ($) {
$(document).ready(function(){
// Your code goes here!
});
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment