Getting JQuery UI working with Drupal 6.x

After several attempts, I believe that I have a pretty good system/process for getting jquery ui to work with drupal 6.x.  So I guess it's time to share :)

1. Check Current Jquery Version.
2. Update Jquery with Jquery Update Module
3. Download Jquery UI Module
4. Download the support files for the Jquery UI Module
5. Enable the Jquery UI Module

I would first check and make sure your current version of jquery is working/running on the site, as this entire process (which I have done several times for both fun and work) has worked best for me if I do each step in turn, then verity what I have done...

Drush is Fun

Download and enable cck module:

drush dl cck
drush enable cck

Run cron:

drush cron

Refresh modules and core updates informartion:

drush refresh

Run update.php

drush updatedb

Take a snapshot of the DB:

drush sql dump > mydb.sql

Clear Drupal cache:

drush cache clear


Using Drush to update all the modules on a site...

Change to the root of the drupal install

$ cd themer
$ drush update


You Get

Refreshing update status information ...

Subscribe to RSS - drush