Dear All,
I have having problem putting jQuery-ui Accordion and Lightbox on the same page.
I am using
Drupal 6.15 Jquery 1.3.2 Jquery-ui 1.7.2 Lightbox2 drupal module
The thing is... my lightbox works fine if I exclude the following line:-
drupal_add_js('sites/all/js/jquery-1.3.2.js');
but if I exclude the above line, my accordion won't work.
I've have installed and enabled the jquery-ui module but was unable to get it to work...
I am very new to drupal... or web development for that matter...
am I suppose to implement this using jquery-ui module instead? Can I do this at a page level instead of modifying my theme, coz I only need this on one page...
Please help...
Cheers.