How can we use jQuery in ASP.NET?

How can we use jQuery in ASP.NET?

Add Comment



  • 1 Answer(s)

    Make a folder with the name Scripts inside your application. Right click on Scripts folder > Add Existing Item > Browse to the path where you downloaded the jQuery library (jquery-1.3.2.js) and the intellisense documentation (jquery-1.3.2-vsdoc2.js). Select the files and click Add. The structure will look similar to the following image:

    jquery-qa-6

    Folder and file organization inside an.ASP project!

    Platinum Answered on 07/05/2018.
    Add Comment



  • Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.