Skip to content

Instantly share code, notes, and snippets.

@ckng
Created January 29, 2014 16:35
Show Gist options
  • Save ckng/8691807 to your computer and use it in GitHub Desktop.
Save ckng/8691807 to your computer and use it in GitHub Desktop.
snippet: Drupal jQuery wrapper/closure
(function ($) {
// Apply once
Drupal.behaviors.customOnce = {
attach: function (context, settings) {
}
};
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment