ASP.NET jQuery Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Chapter 1. Getting Started with jQuery in ASP.NET

In this chapter, we will cover the following recipes:

  • Downloading jQuery from jQuery.com
  • Understanding CDN for jQuery
  • Using the NuGet Package Manager to download jQuery
  • Adding jQuery to an empty ASP.NET web project using a script block
  • Adding jQuery to an empty ASP.NET web project using the ScriptManager control
  • Adding jQuery to an ASP.NET Master Page
  • Adding jQuery programmatically to a web form
  • Understanding the jQuery reference in the default Web Application template
  • Hello World in a web project using jQuery
  • Bundling jQuery in ASP.NET MVC
  • Using a CDN to load jQuery in MVC
  • Hello World in ASP.NET MVC using jQuery
  • Debugging jQuery code in Visual Studio