I have one mvc application and i created one form, In this form i use textbox for datepicker and file input control for pickup the picture.
this is my browse button for picture,
I used this js file for file input
<script src="~/Scripts/jquery.min.js"></script>
and i used this js file for datepicker
<script src="../../Scripts/jquery-1.11.1.min.js"></script>
Now, my problem is that for my datepicker i used same jquery file but different version. due to this datepicker js file and this second js file is overlapping.. and my datepicker is not working correctly. so is this possible if above 1st mentioned js file will apply for input file tag only , not for other controls on same page....????