6 Months
5 Project
Live Online /Self-Paced/Classroom
jQuery is an open-source JavaScript library that simplifies the interactions between an HTML/CSS document, or more precisely the Document Object Model (DOM). jQuery simplifies HTML document traversing and manipulation, browser event handling, DOM animations, Ajax interactions, and cross-browser JavaScript development.
Visit the jQuery Official Website and download the latest version of jQuery. Then include the downloaded jQuery file into your project. Place the jquery.min.js file in a directory within your project, such as js/. Next, use tag inside the
section to add jQuery file into your web page.