Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
jQuery Course for Beginners
Rating: 4.4 out of 5(7 ratings)
421 students

jQuery Course for Beginners

Learn jQuery programming with hands-on live running coding examples and exercises
Last updated 3/2024
English

What you'll learn

  • Learn jQuery from scratch (2024)
  • Be able to program in jQuery professionally.
  • Practice your skills with coding exercises and examples
  • Acquire essential jQuery basics to ease your JavaScript knowledge
  • Learn jQuery best practices

Course content

5 sections12 lectures1h 57m total length
  • jQuery Introduction & Features4:15

    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.

  • Set jQuery Environment on VS Code9:59

    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.

  • Syntax & Run first jQuery Program6:42
  • jQuery Selectors9:39

    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.


Requirements

  • A computer with an Internet
  • Passion to learn jQuery

Description

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!

Who this course is for:

  • Get started with jQuery, after learning JavaScript
  • Those who want to learn jQuery by doing. This course includes 50+ hands-on exercises
  • Gain a deep understanding of jQuery, a JavaScript library