为什么asp.net生成Jquery版本1.3.2 NuGet有版本1.6,2
当我运行该应用程序时,系统由于与以下相关的错误而崩溃 IE9 中简单模式的问题
问题是,即使有一个更新JQuery后,系统继续生成文件jquery-1.3.2.min.js,我不知道它来自哪里。
尝试了配置文件或互联网上的配置。文件 jquery-1.6.2 也会生成。
任何人都可以帮忙吗?
when I run the application, the system crushes 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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它可能是在更新期间由 NuGet 带来的,也可能来自源代码管理。我不会担心它,只需引用您想要的 jquery 版本,假设该文件位于您的解决方案中并且链接是正确的,那么这对于您来说应该足够了。
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.