The project template that ships with today's release now
adds a new \Scripts directory underneath the project root. This is now
the recommended place to store JavaScript files in your application.
The ASP.NET MVC Beta now adds both ASP.NET AJAX and jQuery
libraries to this folder:
Figure 8
The jQuery files are the standard jQuery libraries, and are
licensed under the MIT source license (read my previous jQuery and Microsoft post for details).
With the SP1 updates of VS 2008 or Visual Web Developer 2008
Express, you will get basic JavaScript intellisense when using the above jQuery
files. We will be shipping a jQuery intellisense-annotation file in a few
more weeks that provides much better and more complete jQuery intellisense support (including the ability to get intellisense when using multiple chained
selectors/commands). This will be included built-in with the next ASP.NET
MVC update.