I tried using jQuery_1_9_1 and jQuery_1_4_2 in the same page But when trying to open popups in my page I am getting Undefined type Err 'Undefined is not a function' at this point
jQuery_1_9_1.fn.track=function(){
jQuery_1_9_1(this).each(function(){
return new Track(jQuery_1_9_1(this));
Also I am using Mootools in my page . Could anyone pls help why I am getting this error.
Edit
<script type='text/javascript' src='../assets/js/jquery-1.4.2.min.js'></script>
<script type='text/javascript'> var jq = jQuery.noConflict(); </script>
I have given 1.4.2 in my template file and
<script type='text/javascript' src='../assets/js/jquery-1.9.1.min.js'>
<script type="text/javascript"> var jQuery_1_9_1 = jQuery.noConflict(true); </script>
in one of the commonly used JSP