Book Image

A Complete jQuery Course from Beginners to Advanced [Video]

By : Laurence Lars Svekis
Book Image

A Complete jQuery Course from Beginners to Advanced [Video]

By: Laurence Lars Svekis

Overview of this book

jQuery is super powerful, lightweight, and easy to add to your webpages. jQuery is just a JavaScript library and knowledge of JavaScript is helpful for understanding and debugging code. jQuery makes it easy to get started with building interactive and dynamic web content. jQuery provides an easy-to-use solution for web developers to add smooth animations, handle webpage interactions and events, navigate page elements for selection, update and manipulate element properties and contents, and make AJAX requests for data. jQuery is an in-demand skill and learning jQuery will help you stand out in the crowd. In this course, you will explore how to write jQuery basics, see how to add jQuery to your website, understand how to select elements and apply manipulations, learn applying style and classes, and see traversing elements to better select HTML content. You will be adding effects to elements such as hide and show, making your webpage come to life with animations and effects such as slide and fade, and creating interactions with your page using event listeners such as mouse events and keyboard events. Finally, you will use AJAX to connect to JSON data to easily populate content into your page. By the end of the course, you will better understand how jQuery works and how you can use it to create better and quicker webpages. All the resource files are added to the GitHub repository at: https://github.com/PacktPublishing/A-Complete-jQuery-Course-for-Beginners-to-Advanced
Table of Contents (4 chapters)
Chapter 1
Introduction and Getting Started with jQuery
Section 1
Introduction to jQuery
This video provides an introduction to jQuery.