Hi All,
I have drupal 6 project, in which I have enabled jquery update module and lightbox2 module. If I disabled jquery update module then only my file upload option works but lightbox2 slideshow is not working.
I want to work below both the functionality together: 1. file upload - [using core js] 2. lightbox2 slideshow - [using upadated js]
I tried https://drupal.org/node/1058168 also for hook_js_alter with js_alter module for drupal 6 but its wont works for me.
Do any one have any idea how do i do this should works?