I\'ve written a tool that uses jQuery, and the tool is dynamically loaded on many different web pages, including ones that already use jQuery. I am trying to load jQuery on
I have a quite similar issue on my webapp, there is a way to keep the previous version and use your own, even with plugins, here is what I do:
it keep the old version unchanged, and you can use yours under the chosen alias (jQuerX).