Is it possible to use three different versions of jQuery on the same page? I am using codes from various tutorials that require different versions of jQuery:
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="iview/js/jquery-1.7.1.min.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
Any advice on how to make this work would be greatly appreciated. Thank you!