Hi
Is it possible to have 2 different jQuery versions in the same document, and have them to not collide with each other?
For example if I create a bookmarklet and want to base the code on jQuery. This bookmarklet is injected on some page that uses another version of jQuery then my code would overwrite the version used on the page.
Is it possible to avoid that? Or are there some other libraries that provides this functionality Or maybe I should rethink the whole thing.
Thanks for answers and pointers,
bob