Use Multiple jQuery and jQuery UI Libraries

Posted by Seth Duncan on Stack Overflow See other posts from Stack Overflow or by Seth Duncan
Published on 2010-04-16T22:09:13Z Indexed on 2010/04/16 22:13 UTC
Read the original article Hit count: 614

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about ASP.NET