jQuery Essential Training

with Joe Marini
please wait ...
jQuery Essential Training
Video duration: 0s 3h 37m Beginner

Viewers:

Looking to add dynamic content, third-party data, or animation to your websites and apps? Look no further. In this course, Joe Marini introduces jQuery, an open-source JavaScript library that simplifies the process of adding advanced functionality to web projects. First, learn how to use jQuery to extract page content and manipulate that content with jQuery and some simple CSS. Next, learn to build new, dynamic page content on the fly, and use jQuery events to respond to user actions. Finally, discover how to add animation and effects from jQuery's built-in library, and access remote data via AJAX. Want to test what you learn along the way? Make sure to watch the challenge and solution videos, where Joe shows how to solve real-world design problems with jQuery.

Topics include:
  • Using selectors and filters to extract information
  • Creating, inserting, and manipulating webpage content
  • Understanding jQuery statement chaining
  • Using CSS to position content
  • Building event handlers
  • Showing, hiding, and fading page elements with jQuery
  • Creating custom animations
  • Accessing external data with AJAX
Subjects:
Developer Web
Software:
jQuery
Author:

Welcome

- Hi, I'm Joe Marini, and welcome to jQuery Essential Training. In this course, I'm going to introduce you to jQuery, one of the most popular and widely used JavaScipt libraries on the web today. jQuery makes all kinds of common scenarios in website and application development a lot easier. It provides a standardized, simplified way of extracting, manipulating, and creating webpage content, and makes operations, like retrieving data via AJAX, incredibly simple. We'll start by seeing how to use jQuery to extract information from webpages, using the rules of CSS that you probably already know.

Next, we'll see how to manipulate that information and create new content in order to build fully dynamic webpages and apps. Then, we'll examine how to use jQuery's built-in effects and animations to give your pages a polished look. Finally, we'll see how to access remote data over the internet using AJAX. Throughout the course, I'll have several challenges and solutions that show you how to apply jQuery to common scenarios in real-life website. It's time to take your web development skills to the next level with jQuery.

So let's get started.

Find answers to the most frequently asked questions about jQuery Essential Training .


Expand all | Collapse all
please wait ...
Q: Do I have to know JavaScript before taking this jQuery course?
A: We recommend having a basic understanding of JavaScript before taking this particular course. A great set of introductory courses that may be helpful as a first step are:
 
 
These two courses provide a gentle introduction to both the JavaScript language and the broader jQuery framework, which is built upon JavaScript.
please wait ...