Dr Simon Andrew casey - How to handle jQuery conflicts problem using multiple jQuery versions on the same page ??

Dr Simon Andrew casey - How to handle jQuery conflicts problem using multiple jQuery versions on the same page ??

1
<script src= "http://ajax.aspnetcdn.com/ajax/jquery.ui/1.9.2/jquery-ui.min.js" type= "text/javascript" ></script>

Please there is a conflit between the jquery above and the one below, the one above only works for AutoComplete while the one below only works for other controls in my page like dropdown and other controls. The issues is this, if i place the Jquery above on the page for AutoComplete it will cause other controls using jquery to stop working while only Autocomplete textbox will be working, And if i place the below jquery for other controls to work, the Autocomplete will stop working. Please why is it happening.

 

1
<script src= "Script/plugins/jQuery/jQuery-2.1.4.min.js" ></script>