Index: README.txt =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/jquery_ui/README.txt,v retrieving revision 1.5.2.5 diff -u -p -r1.5.2.5 README.txt --- README.txt 5 Sep 2010 02:34:26 -0000 1.5.2.5 +++ README.txt 8 Sep 2010 23:54:30 -0000 @@ -23,13 +23,22 @@ To submit bug reports and feature sugges -- INSTALLATION -- -* Copy the jquery_ui module directory to your sites/all/modules directory. +* Copy the jquery_ui module directory to your sites/all/modules directory, so it + is located in sites/all/modules/jquery_ui/. * Download the jQuery UI 1.6 release from: http://code.google.com/p/jquery-ui/downloads/list?q=1.6 -* Extract it as a sub-directory called 'jquery.ui' in the jquery_ui folder: +* Put the downloaded archive into the module directory: + + /sites/all/modules/jquery_ui/jquery.ui-1.6.zip + +* Extract the archive. This will create the following sub-directory: + + /sites/all/modules/jquery_ui/jquery.ui-1.6/ + +* Rename the sub-directory into "jquery.ui" within the jquery_ui module folder: /sites/all/modules/jquery_ui/jquery.ui/ @@ -46,7 +55,7 @@ The jQuery UI module uses jQuery UI 1.6 jQuery 1.3, which is not shipped with Drupal 6. If you absolutely need to move to jQuery UI 1.7, you can get around this by doing the following: -* Install the jQuery Update module appropriately from: +* Download and install the corresponding jQuery Update module from: http://drupal.org/project/jquery_update @@ -54,7 +63,15 @@ to jQuery UI 1.7, you can get around thi http://code.google.com/p/jquery-ui/downloads/list?q=1.7 -* Replace the old jQuery UI folder with the 1.7 package at: +* Put the downloaded archive into the module directory: + + /sites/all/modules/jquery_ui/jquery.ui-1.7.zip + +* Extract the archive. This will create the following sub-directory: + + /sites/all/modules/jquery_ui/jquery.ui-1.7/ + +* Rename the sub-directory into "jquery.ui" within the jquery_ui module folder: /sites/all/modules/jquery_ui/jquery.ui/ @@ -62,6 +79,8 @@ to jQuery UI 1.7, you can get around thi /sites/all/modules/jquery_ui/jquery.ui/ui/*.js +* Enable the module at Administer >> Site building >> Modules. + -- API --