<div class="content">
    <p>I am rephrasing the question<br>
I am trying to run Drupal 6 with jquery 1.3.2 to run accordion tabs</p>
<p>I installed  jquery_update-6.x-2.x-dev.tar.gz<br>
and jquery_ui-6.x-1.3.tar.gz.</p>
<p>I want to make use of accordion but is not working</p>
<p>How do I run jquery 1.3.2 on Drupal 6?</p>
<p>Thanks,</p>
<p>Néstor ;-)</p>
  </div><br><br><div class="gmail_quote">On Mon, Aug 10, 2009 at 4:12 PM, Néstor <span dir="ltr">&lt;<a href="mailto:rotsen@gmail.com">rotsen@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5"><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>
</div></div></blockquote></div><br>