tripal_example.js 163 B

123456789
  1. (function($) {
  2. Drupal.behaviors.tripal_exampleBehavior = {
  3. attach: function (context, settings){
  4. // Place JavaScript code here
  5. }
  6. };
  7. })(jQuery);