/ Published in: Other
Drupal 7 Behaviour wrapper
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Drupal.behaviors.yourvariablehere = { attach: function(context, settings) { (function ($) { // END OF BEHAVIOUR })(jQuery); } };