You are here

README.txt in jQuery Update 5

Same filename and directory in other branches
  1. 5.2 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 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 plugin that provides backwards compatiblity for
newer versions of JQuery to work with the JS code in Drupal 5.

The main issue with this module is that you will need to *replace* the
jquery.js file in core with the jquery.js file included in the jquery_update
directory. JQuery may exhibit some odd behaviors if you fail to do this
and 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 the jquery.js file in this directory and use it to replace the one at
misc/jquery.js. Note: You will receive a warning message in the Drupal
administration area if you if you do not perform this step correctly.

You will need to repeat step #3 if/when you update your Drupal installation.

File

README.txt
View source
  1. This module facilitates the upgrade 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 plugin that provides backwards compatiblity for
  6. newer versions of JQuery to work with the JS code in Drupal 5.
  7. The main issue with this module is that you will need to *replace* the
  8. jquery.js file in core with the jquery.js file included in the jquery_update
  9. directory. JQuery may exhibit some odd behaviors if you fail to do this
  10. and the JQuery Update module will warn you about this problem.
  11. INSTALLATION:
  12. 1) Place this module directory in your modules folder (this will usually be
  13. "sites/all/modules/").
  14. 2) Enable the module.
  15. 3) Copy the jquery.js file in this directory and use it to replace the one at
  16. misc/jquery.js. Note: You will receive a warning message in the Drupal
  17. administration area if you if you do not perform this step correctly.
  18. You will need to repeat step #3 if/when you update your Drupal installation.