Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Drupal.behaviors.behaviourName = {
  2. attach: function (context) {
  3. $('.someClass', context).once('some-handler').behaviourName(); // what does this do?
  4. }
  5. };
  6.  
  7. Drupal.behaviors.behaviourName.attach();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement