How can I use multiple versions of jQuery? -


i have page requires several versions of jquery: jquery-1.11.0.min.js, jquery-1.10.2.js, , jquery-ui-1.10.4.custom.js.

i want use tabs, requires jquery-1.10.2.js , jquery-ui-1.10.4.custom.js. want this image slider, requires jquery-1.11.0.min.js

the tabs works without js image slider, , vice versa.

how can use both???

i tried following each one, didn't any.

<script type="text/javascript"> var jquery_1_10_2 = $.noconflict(true); </script> 

thanks help!

you can' download latest jquery ui tabs supports latest jquery.

as load newer version, override old one.


Comments