Showing posts with label Adding Javascript file in Module. Show all posts
Showing posts with label Adding Javascript file in Module. Show all posts

Wednesday, July 13, 2011

Adding Javascript file in Module hook_init()

function gems_manual_assignment_init() {
  drupal_add_js(drupal_get_path('module', 'gems_manual_assignment') . '/js/gems_manual_assignment.js');
}

Followers