You are here

README.txt in Javascript Tools 5

jstools

README

Description
------------

Jstools is a collection of Javascript tools and libraries designed for
use with Drupal 5.0+. Each tool is delivered through a separate module.

Some jstools provide direct functionality on being enabled; others
provide tools that developers may use in module development.

Jstools meet the criterion of "graceful degradation" or "progressive 
enhancement"--that is, they contribute additional functionality to pages
that are fully usable without the javascript. All jstools attach behaviors
to page elements on the basis of CSS classes.

Developers are invited to contribute new tools meeting these criteria 
to the package.


Installation
------------

To install, you move this directory and all its subdirectories
to your /modules directory. Enable the jstools.module and any of the
other package tools you wish.

File

README.txt
View source
  1. jstools
  2. README
  3. Description
  4. ------------
  5. Jstools is a collection of Javascript tools and libraries designed for
  6. use with Drupal 5.0+. Each tool is delivered through a separate module.
  7. Some jstools provide direct functionality on being enabled; others
  8. provide tools that developers may use in module development.
  9. Jstools meet the criterion of "graceful degradation" or "progressive
  10. enhancement"--that is, they contribute additional functionality to pages
  11. that are fully usable without the javascript. All jstools attach behaviors
  12. to page elements on the basis of CSS classes.
  13. Developers are invited to contribute new tools meeting these criteria
  14. to the package.
  15. Installation
  16. ------------
  17. To install, you move this directory and all its subdirectories
  18. to your /modules directory. Enable the jstools.module and any of the
  19. other package tools you wish.