Setup Jquery in Project
In this blog Post we are discussing how to setup Jquery in Project. Jquery is java script library run on client side. Jquery is easy to learn. You can setup Jquery in project by calling this script in your head section.
In Visual Studio you don't need to do anything. you just need to install or update jQuery package from nuget by using.
Jquery intellisense can be added in your project by adding reference of intellisense js.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
You can also download latest version of jQuery from website https://jquery.com/download/In Visual Studio you don't need to do anything. you just need to install or update jQuery package from nuget by using.
Install-Package jQuery
Jquery intellisense can be added in your project by adding reference of intellisense js.
0 comments :
Post a Comment