You are here

README.txt in jQuery Update 5.2

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
  4. 7 README.txt
  5. 7.2 README.txt
This module facilitates the upgrade of jQuery in Drupal 5.  jQuery 1.0.1 is
included with Drupal 5, however it is not very well supported in the jQuery
community. In order to use most current and advanced jQuery functionality
you will want to build off a newer version of jQuery. This module includes
John Resig's compat-1.0.js and compat-1.1js plugins compiled into a compat.js
file that provides backwards compatiblity for newer versions of jQuery to work
with JavaScript code in Drupal 5.

The main issue with this module is that you will need to *copy* all *.js files
from the jquery_update/misc folder and place them in Drupal core's misc/ folder,
replacing each file with these updated JavaScript files.

If you fail to do this, the jQuery Update module will warn you about this
problem.

INSTALLATION:

1) Place this module directory in your modules folder (this will usually be
   "sites/all/modules/").

2) Enable the module.

3) Copy all *.js files from the jquery_update/misc folder and place them in
   Drupal core's misc/ folder, replacing the files that already exist.

   Note: You will receive a warning message in Drupal's administration area if
   you do not perform this step correctly.

You will need to repeat step #3 whenever you update your Drupal installation.

File

README.txt
View source
  1. This module facilitates the upgrade of jQuery in Drupal 5. jQuery 1.0.1 is
  2. included with Drupal 5, however it is not very well supported in the jQuery
  3. community. In order to use most current and advanced jQuery functionality
  4. you will want to build off a newer version of jQuery. This module includes
  5. John Resig's compat-1.0.js and compat-1.1js plugins compiled into a compat.js
  6. file that provides backwards compatiblity for newer versions of jQuery to work
  7. with JavaScript code in Drupal 5.
  8. The main issue with this module is that you will need to *copy* all *.js files
  9. from the jquery_update/misc folder and place them in Drupal core's misc/ folder,
  10. replacing each file with these updated JavaScript files.
  11. If you fail to do this, the jQuery Update module will warn you about this
  12. problem.
  13. INSTALLATION:
  14. 1) Place this module directory in your modules folder (this will usually be
  15. "sites/all/modules/").
  16. 2) Enable the module.
  17. 3) Copy all *.js files from the jquery_update/misc folder and place them in
  18. Drupal core's misc/ folder, replacing the files that already exist.
  19. Note: You will receive a warning message in Drupal's administration area if
  20. you do not perform this step correctly.
  21. You will need to repeat step #3 whenever you update your Drupal installation.