
In this video, learn what is jQuery with its features. jQuery is a JavaScript library that came in the year 2006. It was created by John Resig to ease JavaScript Programming.
In this video, learn how to set the jQuery Environment on VS Code. We will learn how to create a web page on VS Code and insert jQuery in it.
In this video, learn what are selectors in jQuery. It is used to select an HTML element and manipulate it. The selector starts with a dollar and parentheses.
In this lesson, learn how to slide an element on a web page with jQuery. To achieve this, use the slideUp(), slideDown(), and slideToggle() methods.
In this video, learn how to create animations on a web page. For that, use the animate() method.
In this lesson, learn what is traversing on a web page. We will also discuss the role of Travering in DOM.
In this video, learn what are Ancestors in jQuery and how to find them. We will also work on the parent(), parents(), and parentsUntil() methods.
In this video, learn what are Descendants in jQuery and how to find them. We will also work on the children() and find() methods.
In this lesson, learn how to set the content to a web page using jQuery. For that, use the text(), HTML(), and val() methods. We will learn how to,
Set the Text of the selected element
Set the Content of the Form Fields
In this lesson, learn to add a CSS class to the selected element, use the addClass() method in jQuery.
We can add:
A single class
Multiple classes
Add a single class to different elements
Add multiple classes to different elements
In this lesson, learn how to get the CSS properties. The css() method is used in jQuery to get the CSS properties.
Welcome to the jQuery Course by Studyopedia.
jQuery is a JavaScript library that came in the year 2006. It was created by John Resig to ease JavaScript Programming. After learning the concepts of jQuery, it will be easier for a developer to work with JavaScript. It is a “write less, do more” JavaScript library.
Viewers
The jQuery tutorial is prepared for students, engineers, and professionals. Beginning with the introduction, you will learn how to work with jQuery. With that, step-by-step lessons are provided covering basic as well as advanced jQuery concepts, including the jQuery Selectors, Events, Traversing, Ajax, etc.
Features
The following are the features of jQuery,
Selectors
Use the jQuery selectors to select an HTML element and manipulate it.
Animation
Animate a div or any other element with jQuery.
CSS Manipulation
Manipulate an element and apply CSS style to it with jQuery.
jQuery Ajax
JQuery has a rich set of AJAX methods for developing modern web applications.
Event Methods
Call event methods event objects with jQuery.
jQuery Traversing
jQuery provides DOM traversal methods to locate descendent elements, find sibling elements, etc.
Plugins
jQuery has many plugins such as for creating split pages, create slideshow, progressbar, etc With that, you can also create your custom plugin.
**Course Lessons**
jQuery – Intro & Setup
1. Introduction & Features
2. Set jQuery Environment on VS Code
3. Syntax & Run first jQuery program
4. Selectors
jQuery – Effects
5. Slide Elements
6. Create Animations
jQuery – Traversing
7. What is Traversing
8. Find Ancestors of an element
9. Find Descendants of an element
jQuery – HTML DOM
10. Set Content
jQuery – CSS Manipulation
11. Add CSS Class
12. Get CSS Properties
Hit the Enroll button!