asp.net - How do I replace VS2010 javascript files -
how update visiual studio 2010 javascript files( jquery-1.4.1.*.js) current jquery.1.4.4
essentially want pull in new version of js (1.4.4) when create new asp.net web application etc.
thanks
it's easy deleting old jquery project , dropping in new jquery files. head on jquery.com , download version want. in addition, brian pointed out, there documentation updates included well, can things intellisense jquery in .net environment.
another alternative is, if not need ship jquery project, link google cdn. way, you'll automatically receive updates , won't have worry keeping up-to-date yourself. there many advantages cdn, in environments not possible use (such on intranet application). you'll have decide yourself.
Comments
Post a Comment