--- a/STARTERKIT/js/README.txt 2011-09-22 21:23:27.000000000 -0700 +++ b/STARTERKIT/js/README.txt 2011-11-12 23:46:41.000000000 -0800 @@ -12,3 +12,11 @@ Your theme can add JavaScript files in t For the full documentation of drupal_add_js(), see: http://api.drupal.org/api/function/drupal_add_js + +Javascript should be made compatible with other libraries +than jQuery by adding a small wrapper around your existing code: +http://drupal.org/node/224333#javascript_compatibility + +(function ($) { + // Original JavaScript code. +})(jQuery); \ No newline at end of file