3
Reply

How can we include jQuery library in ASP.Net project?

Nitin Choudhary

Nitin Choudhary

Jan 20, 2015
2.1k
0

    Download the jQuery library JS file and add path in the MAster page head section so you can use in all pages

    keyur
    February 10, 2015
    0

    Add following code in "head" section - [ script src="Scripts/jquery-1.9.1.min.js" type="text/javascript">

    Md. Raskinur Rashid
    January 28, 2015
    0

    Download the jQuery library from jQuery.com and include that reference in the asp.net page.

    Nitin Choudhary
    January 20, 2015
    0