Error using both jquery validation engine and jquery accordion in same page
Hi I used aspx form with jquery validation engine. I used jquery file for this validation given below
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"></script>.
I used jquery accordion. I used jquery file for this accordion given below
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
Individually both are worked well. But using in the same page , error occured. I know we can use only one jquery file for the two events. If I using jquery-1.10.2.min.js file then jquery validation engine is not worked and accodion is only worked. If I using jquery 1.5.1/jquery min.js then accordion is not worked only jquery validation engine only worked. I think latest version jquery file is work as all previous versions. But It is not working in my code.
Please give me advise.
Thanks & Regards
ram