Notes on jQuery 1.0 Compatibility Plugin && Interface Elements
Posted by joshk on February 27, 2007 at 11:07pm
As I noted before, after some sleuthing, I discovered that there is a compatibility plugin (click here for source) which is designed to allow code written for jQuery 1.0 to run under jQuery 1.1. Mainly what it does is re-implement a number of deprecated functions. I'm interested in it because I would like to use several elements from the Interface Elements library.
So far so good! I've replaced the stock jquery.js with version 1.1.1, and I am including the compatibility script afterwards. Interface Elements perform fine, and I have only found (so far) one bug with Drupal core's javascripts.
Read more