Video description
Master jQuery on your terms with this one-of-a-kind video training course. jQuery is a JavaScript library that simplifies the process of writing scripts and changing HTML elements on your website. Our instructors provide expert, straight-forward, user-friendly training to help you tackle jQuery the way you want to learn. Startwith an overview of basic programming concepts including variables, functions, and objects Understandhow HTML, CSS, and JavaScript all work together. Learn jQuery basics such as selecting elements, transforming page elements, handling events, and working with effects and animation Discover AJAX, jQuery plugins, and the jQuery UI Includes over six hours of jQuery video training. If youre looking for real-world jQuery instruction, youll find it here.
Table of Contents
Introduction
Preliminaries and Intended Audience
00:05:23
What You’ll Need to Complete the Course
00:07:32
jquery.js
00:06:29
Very Basic Programming Concepts
Nouns and Verbs: Variables, Functions, and Objects
00:15:33
Objects and Methods
00:13:23
Libraries and Code Reuse
00:08:58
HTML Intro
00:17:17
CSS Intro
00:14:38
Online jQuery Resources
00:08:59
HTML, CSS, Javascript
HTML, CSS, and Javascript Working Together
00:05:45
The Document Object Model (DOM)
00:12:06
Interactive Webpages WITHOUT jQuery
00:06:18
jQuery Basics: Selecting Elements
$(), $(function() {etc.});, $(document).ready(stuffToDo)
00:20:05
$.methodName - global functions
00:03:13
noConflict()
00:08:27
Selectors
00:12:57
Filtering Out Matched Elements
00:16:47
jQuery Objects and DOM Elements
00:07:11
DOM Traversal and Filtering Methods
00:08:43
Transforming Page Elements
Altering HTML Attributes and CSS Properties with attr() and css()
00:08:12
Manipulating DOM Elements with html(), text(), append(), wrap(), and More
00:10:36
prop(), and DOM Properties vs HTML Attributes
00:04:06
Handling Events
What Is an Event? What’s an Event Handler?
00:09:38
Event Handler Syntax: on()
00:14:37
Shorthand Event Handlers and the Event Object
00:10:02
Default Actions & preventDefault()
00:05:15
Delegation & event.stopPropagation();
00:08:23
Simulating Page Interactions
00:08:16
Custom Events and the Pub/Sub Pattern
00:05:31
Deregistering Event Handlers: off() and one()
00:06:12
Effects and Animation
Simple Effects: show(), slideDown(), fadeIn(), and All That
00:05:55
The animate() Method
00:11:03
Complex Animations
00:05:24
Queueing Animations and Other Actions
00:07:12
Forms and AJAX
HTML Form Elements
00:07:39
What is AJAX?
00:05:28
jQuery’s AJAX Methods
00:13:31
Plugins, jQuery UI, and Additional Topics
Callbacks and Functional Programming
00:08:05
jQuery Plugins and jQuery UI
00:08:01
Writing Your Own jQuery Plugins
00:11:53