How to include jQuery in ASP.Net project?

前端 未结 4 1861
孤独总比滥情好
孤独总比滥情好 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:56

    You can include the script file directly in your page/master page, etc using:

      
    

    Us use a Content Delivery network like Google or Microsoft:

     
    

    or:

         
    

提交回复
热议问题