Isolating jquery version to my plugin, regardless of other versions
Hi,
I recently encountered an issue where my client's jquery import was linked to :http://code.jquery.com/jquery-latest.min.js. This new version removed $.browser.
My javascript application is using simplemodal.1.4.2, which still uses $.browser, and this caused errors.
Is there a way I can embed a specific jquery version to my application, regardless of the other jquery versions on the page ?
Thanks,
Kevin