Basics of Drupal, Techniques in drupal, Customizing the Drupal themes, Custom functions in drupal, Does and Dont in Drupal, Interview Question & Answers in Drupal etc.
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');
}
No comments:
Post a Comment