Upgrade JQuery and plugins with NuGet -


i must upgrade jquery , jquery plugins on old site, written (by another, unknown, developer) in 2011-2012-2013 in c# visual studio 2013. upgraded visual studio 2017 , works well. try upgrade jquery , jquery plugins using nuget inside visual studio. upgrade works correctly, pages looses jquery plugins effect. upgraded jquery 1.7.1 1.9.0 , chosen jquery.chosen 0.9.8 chosen.jquery 1.2 ... , select in pages appears without chosen.

i upgraded views\shared_layout.cshtml removing old rows , adding new rows:

@section styles {   <link href="@url.content("~/content/chosen.css")" rel="stylesheet" type="text/css" /> }  @section scripts {   <script src="@url.content("~/scripts/jquery-1.9.0.js")"     type="text/javascript"></script>   <script src="@url.content("~/scripts/chosen.jquery.js")" type="text/javascript"></script> } 

nothing changes: select appears without chosen.

i placed same rows directly in pages use test. nothing changes: select appears without chosen.

i made simple html test page, ouside site, linking same scripts , same css, , page works correctly, uses chosen.

i have no idea forgot / don't know. idea?


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -