You are here

README.txt in JS injector 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 6.2 README.txt
  3. 7.2 README.txt
  4. 7 README.txt
JS Injector
============
Allows administrators to inject JS (JavaScript Files) into the page output based on configurable rules. The JS is added using Drupal's standard drupal_add_js() function and respects page caching, scope and preprocess.

It provides site administrators with a quick and easy way of tweaking things.

JS Injector is based on a hack of CSS Injector

File

README.txt
View source
  1. JS Injector
  2. ============
  3. Allows administrators to inject JS (JavaScript Files) into the page output based on configurable rules. The JS is added using Drupal's standard drupal_add_js() function and respects page caching, scope and preprocess.
  4. It provides site administrators with a quick and easy way of tweaking things.
  5. JS Injector is based on a hack of CSS Injector