javascript - Apply .js file for required control only in mvc -


i have 1 mvc application , created 1 form, in form use textbox datepicker , file input control pickup picture. browse button picture, enter image description here

i used js file file input

 <script src="~/scripts/jquery.min.js"></script> 

and used js file datepicker

<script src="../../scripts/jquery-1.11.1.min.js"></script> 

now, problem datepicker used same jquery file different version. due datepicker js file , second js file overlapping.. , datepicker not working correctly. possible if above 1st mentioned js file apply input file tag , not other controls on same page....????


Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -