Put your latest version of jquery at first place then add older version
Then add the following code in your jquery script like this
Ex:
<script type='text/javascript' src='jquery.2.7.1.js'></script>
<script>
var noconfilct=jQuery.noConflict(true);
</script>
<script type='text/javascript' src='jquery.1.7.1.js'></script>
Then add the following code in your jquery script like this
Ex:
<script type='text/javascript' src='jquery.2.7.1.js'></script>
<script>
var noconfilct=jQuery.noConflict(true);
</script>
<script type='text/javascript' src='jquery.1.7.1.js'></script>