开发者

Why asp.net generate Jquery version 1.3.2 NuGet has version 1.6,2

开发者 https://www.devze.com 2023-03-30 11:02 出处:网络
when I run the application, the system c开发者_如何学Gorushes because of a bug related to Problems with simple modal in IE9

when I run the application, the system c开发者_如何学Gorushes because of a bug related to Problems with simple modal in IE9

The problem is that, even though there was an update on JQuery, the system continue to genrate a file jquery-1.3.2.min.js and I don't know where this comes from.

Tried the configuration files or on the internet. The file jquery-1.6.2 is also generated.

Any one can help ?


Its probably being brought over by NuGet during update or it may also be coming from source control. I wouldn't worry about it, just reference the jquery version you want and that should be enough for you assuming the file is in your solution and the link is right.

0

精彩评论

暂无评论...
验证码 换一张
取 消