开发者

How do I replace VS2010 javascript files

开发者 https://www.devze.com 2023-01-28 08:51 出处:网络
How do I update visiual studio 2010 Javascript files( jquery-1.4.1.*.js) with current jQu开发者_Python百科ery.1.4.4

How do I update visiual studio 2010 Javascript files( jquery-1.4.1.*.js) with current jQu开发者_Python百科ery.1.4.4

Essentially what I want is to pull in new version of js (1.4.4) when I create new ASP.Net Web Application etc.

Thanks


It's as easy as deleting the old jQuery from your project and dropping in the new jQuery files. Just head over to jQuery.com and download the version that you want. In addition, as Brian pointed out, there are documentation updates included as well, so you can get things like Intellisense with jQuery in a .NET environment.

Another alternative is, if you do not need to ship jQuery with your project, link to the Google CDN. This way, you'll automatically receive updates and you won't have to worry about keeping it up-to-date yourself. There are many advantages to CDN, but in some environments its not possible to use it (such as on an intranet application). You'll have to decide for yourself.


JQuery was hosting these on their web site. However, I just checked, and 1.4.1 is the last supported version from Microsoft. Users have been adding documentation, for instance, see this: jQuery 1.4.2 VSDoc

You may be able to find something for 1.4.4.

HTH.

0

精彩评论

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

关注公众号