How to include jQuery in ASP.Net project?

前端 未结 4 1859
孤独总比滥情好
孤独总比滥情好 2020-12-14 17:12

I\'ve read that Microsoft now bundles jQuery with Visual Studio. How then do I \"include\" the jQuery source in my ASP.Net project?

4条回答
  •  眼角桃花
    2020-12-14 17:48

    You might be looking for this Microsoft Ajax Content Delivery Network So you could just add

    
    

    To your aspx page.

提交回复
热议问题