<div class="gmail_quote">Drupalers,<br>
I am trying to run Drupal with jquery 1.3.2 to run accordion tabs<br>
<br>
I installed  jquery_update-6.x-2.x-dev.tar.gz<br>
then I copied from <a href="http://code.google.com/p/jquery-ui/downloads/list?can=3&amp;q=1.7" target="_blank">http://code.google.com/p/jquery-ui/downloads/list?can=3&amp;q=1.7</a><br>
the jquery-ui-1.7.2.zip to the jquery-ui module.<br>
I have my CSS on the file style.css that is read because<br>
of the command on the temple.php<br>
drupal_add_css(&#39;sites/all/newsflash/css/script.css&#39;);<br>
<br>
But it is not working for me.<br>
<br>
How do I run jquery 1.72 on Drupal 6?<br>
<br>
Thanks,<br>
<br>
Néstor ;-)<br>
------------------------------------------------------------------<br>
I followed the instruction below from the link <a href="http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/jquery_ui/README.txt?view=co&amp;pathrev=DRUPAL-6--1" target="_blank">http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/jquery_ui/README.txt?view=co&amp;pathrev=DRUPAL-6--1</a><br>

<br>
-- JQUERY UI 1.7 --<br>
The jQuery UI module uses jQuery UI 1.6 because jQuery UI 1.7 requires at least<br>
jQuery 1.3, which is not shipped with Drupal 6. If you absolutely need to move<br>
to jQuery UI 1.7, you can get around this by doing the following:<br>
<br>
* Install the jQuery Update module appropriately from:<br>
    <a href="http://drupal.org/project/jquery_update" target="_blank">http://drupal.org/project/jquery_update</a><br>
<br>
* Download the latest jQuery UI 1.7 release from:<br>
    <a href="http://code.google.com/p/jquery-ui/downloads/list?can=3&amp;q=1.7" target="_blank">http://code.google.com/p/jquery-ui/downloads/list?can=3&amp;q=1.7</a><br>
<br>
* Replace the old jQuery UI folder with the 1.7 package at:<br>
    /sites/all/modules/jquery_ui/jquery.ui/<br>
<br>
  so the actual jQuery UI JavaScript files are located in:<br>
    /sites/all/modules/jquery_ui/jquery.ui/ui/*.js<br>
------------------------------------------------------------------<br>
<br>
<br>
</div><br>