User: mfredrickson Branch: HEAD Date: Mon, 06 Nov 2006 22:03:14 +0000 Added files: /modules/jquery47 README.txt jquery-modified-compressed.js jquery-modified.js jquery47.module Log message: Drupal 5.0 will include the fab JavaScript library jQuery. But where does that leave us poor slobs who need to develop on 4.7? Out in the cold, that's where. Sadly, Drupal 4.7's own JavaScript package conflicts with jQuery in a number of places, preventing easy including of the jQuery library in contributed modules. Enter jquery47, a slightly hacked version of jQuery, compatible with Drupal's own JS files. By invoking jquery_add_js('path/to/your/file.js') you can reap the benefits of jQuery while wrapped warmly in the bosom of Drupal 4.7 Initial commit. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/jquery47/README.tx... http://cvs.drupal.org/diff.php?path=contributions/modules/jquery47/jquery-mo... http://cvs.drupal.org/diff.php?path=contributions/modules/jquery47/jquery-mo... http://cvs.drupal.org/diff.php?path=contributions/modules/jquery47/jquery47....