We are providing online training of realtime Live project on Asp.Net MVC with Angular and Web API. For more information click here. If you have any query then drop the messase in CONTACT FORM

Monday, June 22, 2015

How to Add jquery library


Rule 1:
->If you use visual studio then open vs and add a website and again add a Web Form.
->Must connect internet
->Right Click your website.
->Select Manage NuGet Packages...
->Then after will open a window then select online(left side)
->And search jquery
->After searching you can see jquery and click the install

Rule 2:
You use downloaded files 
->Open google and write and search jquery
->Click the First link and open(https://jquery.com/)
->Click Download jQuery(right side)
->After downloaded copy and pest your web site and use

Rule 3:
Use direct CDN(Content Delivery Network)
Follow the below links
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>

No comments: