The jQuery library can be added to a web page with a simple line of markup.
jQuery Library - Features
jQuery is a JavaScript function library.
The jQuery library includes the following features:
Add the jQuery library to your page
The jQuery library is located in a JavaScript file that contains all jQuery functions.
jQuery can be added to a web page through the following tag:
<head> <script type="text/javascript" src="jquery.js"></script> </head>
Please note that the