jscrollpane.module in JScrollPane 7
Same filename and directory in other branches
JavaScript based scrollable containers
File
jscrollpane.moduleView source
<?php
/**
* @file
* JavaScript based scrollable containers
*/
/**
* Implements hook_init().
*/
function jscrollpane_init() {
$path = drupal_get_path('module', 'jscrollpane');
drupal_add_css($path . '/css/jquery.jscrollpane.css');
drupal_add_js($path . '/js/jquery.jscrollpane.min.js');
drupal_add_js($path . '/js/jquery.mousewheel.js');
drupal_add_js($path . '/js/script.js');
}
Functions
Name![]() |
Description |
---|---|
jscrollpane_init | Implements hook_init(). |