Friday 21 October 2011

JQuery syntaxes


What is jQuery?

jQuery is a library of JavaScript Functions.
jQuery is a lightweight "write less, do more" JavaScript library.
The jQuery library contains the following features:

  • HTML element selections
  • HTML element manipulation
  • CSS manipulation
  • HTML event functions
  • JavaScript Effects and animations
  • HTML DOM traversal and modification
  • AJAX
  • Utilities

Adding the jQuery Library to Your Pages

The jQuery library is stored as a single JavaScript file, containing all the jQuery methods.
It can be added to a web page with the following mark-up:

<head>
<script type="text/javascript" src="jquery.js"></script>
</head>


Please note that the <script> tag should be inside the page's <head> section.

In the following link you will get the syntax's of JQuery.
http://aspdotnet-roja.blogspot.in/2012/06/what-is-jquery-jquery-tutorial-jquery.html

No comments:

Post a Comment