Use Multiple jQuery and jQuery UI Libraries
- by Seth Duncan
Is there a way to use multiple jQuery and jQuery UI Libraries in the same source?
I know about noConflict and using multiple jQuery Libraries with this method, however is it possible to use multiple jQuery UI Libraries?
Essentially I would like to use jQuery 1.2.6 and jQuery UI 1.6 together for a certain portion of the page that only works with those libraries
and then for everything else use the latest jQuery Libraries of 1.4.2 and UI 1.8.
Thanks,
-Seth