Minor Update to IMapper Library
Posted April 28th, 2009 by MichaelI made a small change to the IMapper library today. It should now play nicely with other JavaScript libraries.
The alteration will ensure that “$” is referencing jQuery, at least within the scope of the library. This symbol is used by a variety of JavaScript libraries, most notably Prototype.
Obviously, the ready() method used to initialize IMapper will be slightly different depending upon your setup. I would highly recommend reading up using jQuery with other libraries before you actually attempt too.
I haven’t extensively tested the update. If you are using IMapper (with jQuery) and another JavaScript library that uses the “$” symbol please let me know if there are any name conflicts or bugs.