function jqmulti_switch_path in jQuery Multi 6
Same name and namespace in other branches
- 7 jqmulti.module \jqmulti_switch_path()
Returns the path to the switch script.
1 call to jqmulti_switch_path()
- jqmulti_alter_scripts in ./
jqmulti.module - This is where the magic happens. The new jQuery is added and noConflict() is run. Finally, scripts are rearranged or added so that the targeted scripts run with the newer jQuery.
File
- ./
jqmulti.module, line 187 - Code for the jQuery Multi module.
Code
function jqmulti_switch_path() {
return drupal_get_path('module', 'jqmulti') . '/js/switch.js';
}