Jquery for Beginners
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
Enabling of jquery on your webpage
<head> <script type="text/javascript" src="jquery.js"></script> </head>
Category: Jquery
