how can i use thisthree jquery versions in the same page ,i'am using different codes from differents tutorial that uses different jquery version :
<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>
Thank you