- Overview
- Transcript
2.3 The Basics of Querying the DOM
At this point, we know that we can search, or query the DOM using the CSS selectors that we're already familiar with; but what about moving around the DOM after the fact? We'll review a handful of traversal methods that you'll use often in your projects, including children()
, find()
, parent()
, closest()
, and next()
.
1.Introduction1 lesson, 00:38
1 lesson, 00:38
1.1Welcome00:38
1.1
Welcome
00:38
2.The Basics7 lessons, 1:33:04
7 lessons, 1:33:04
2.1Hello jQuery10:52
2.1
Hello jQuery
10:52
2.2Not So Fast, jQuery06:54
2.2
Not So Fast, jQuery
06:54
2.3The Basics of Querying the DOM15:21
2.3
The Basics of Querying the DOM
15:21
2.4Events 10119:58
2.4
Events 101
19:58
2.5Events 20115:21
2.5
Events 201
15:21
2.6Bind...Live...Delegate...Huh?10:49
2.6
Bind...Live...Delegate...Huh?
10:49
2.7Creating and Appending Content13:49
2.7
Creating and Appending Content
13:49
3.Effects9 lessons, 2:39:59
9 lessons, 2:39:59
3.1Slides and Structure23:46
3.1
Slides and Structure
23:46
3.2The this Keyword09:35
3.2
The this Keyword
09:35
3.3Modifying Effect Speeds05:47
3.3
Modifying Effect Speeds
05:47
3.4Creating Custom Effect Methods07:16
3.4
Creating Custom Effect Methods
07:16
3.5Full Control With animate21:34
3.5
Full Control With animate
21:34
3.6Homework Solutions12:15
3.6
Homework Solutions
12:15
3.7The Obligatory Slider (First Attempt)32:50
3.7
The Obligatory Slider (First Attempt)
32:50
3.8Prototypal Inheritance and Refactoring the Slider34:03
3.8
Prototypal Inheritance and Refactoring the Slider
34:03
3.9Your Questions Answered12:53
3.9
Your Questions Answered
12:53
4.Utilities4 lessons, 59:31
4 lessons, 59:31
4.1$.each and Templating12:49
4.1
$.each and Templating
12:49
4.2Say Hello to Handlebars15:09
4.2
Say Hello to Handlebars
15:09
4.3The Twitter API22:11
4.3
The Twitter API
22:11
4.4Filtering with jQuery.grep09:22
4.4
Filtering with jQuery.grep
09:22
5.Custom Events1 lesson, 25:17
1 lesson, 25:17
5.1Custom Events and the Observer Pattern25:17
5.1
Custom Events and the Observer Pattern
25:17
6.AJAX5 lessons, 1:33:13
5 lessons, 1:33:13
6.1Loading Pages Asynchronously11:10
6.1
Loading Pages Asynchronously
11:10
6.2Interacting with the Server-Side11:24
6.2
Interacting with the Server-Side
11:24
6.3PHP and jQuery: Part 122:37
6.3
PHP and jQuery: Part 1
22:37
6.4PHP and jQuery: Part 228:30
6.4
PHP and jQuery: Part 2
28:30
6.5Deferreds19:32
6.5
Deferreds
19:32
7.Plugin Development1 lesson, 45:57
1 lesson, 45:57
7.1Head First Into Plugin Development45:57
7.1
Head First Into Plugin Development
45:57
8.Exit1 lesson, 01:06
1 lesson, 01:06
8.1Goodbye01:06
8.1
Goodbye
01:06
Hi, I'm Jeffrey. I'm the creator of Laracasts and spend most of my days building the site and thinking of new ways to teach confusing concepts.