jQuery Tutorial

Rumman Ansari   Software Engineer   2023-02-02   211 Share
☰ Table of Contents

Table of Content:


What is jQuery?

jQuery is a JavaScript library. It is a free, highly featured, open source software designed to make client-side programming of HTML simple with easy-to-use API .

The generic principle of jQuery is

Find something and do something to it using pre-writtern Javascript

How to find something? What can we do to it? All this will be discussed in upcoming cards.


Advantages of jQuery

  • Cross Browser compatibility including IE6.

  • Open source and offers a lot of free plugins.

  • Light weight(<100KB) and can be easily included in any application.

  • Simplified client side scripting that updates UI instantly in response to user action (e.g: fadeIn ,fadeOut, ...).

  • AJAX Support enabling exchange of data with server and update a part of the webpage without refresh.

  • Animations and a lot of effects to play with.

Moto of jQuery

Write less do more - Moto of jQuery


jQuery - Course Summary

Let have a quick recap of what we have explored in this course

  • What is jQuery and how to use it

  • Various selectors and filters available

  • How to handle events in jQuery

  • What is a plugin and how to create one

  • Utility methods available in jQuery

  • What is AJAX and jQuery methods related to them

  • A Quick overview on what is jQueryUI and jQuery mobile