m7v
3/30/2014 - 8:40 AM

behaivors in Drupal 7

behaivors in Drupal 7

(function ($) {
  Drupal.behaviors.yourName = {
    attach : function(context, settings) {
      // Your code here.
    }
  };
})(jQuery);