Skip to content

Commit c764b88

Browse files
danheberdenajpiano
authored andcommitted
Working with selections and minor revisions to jquery-basics
1 parent afaeef3 commit c764b88

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

content/jquery-fundamentals/jquery-basics/document-ready.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
chapter : jquery-basics
3-
section : 1
4-
title : $(document).ready()
5-
attribution: jQuery Fundamentals
2+
chapter : "jqfundamentals"
3+
section : "1"
4+
title : "$(document).ready()"
65
---
76
## $(document).ready()
87

@@ -39,4 +38,4 @@ Passing a named function instead of an anonymous function
3938
}
4039
</div>
4140

42-
`$(document).ready(readyFn);`
41+
`$(document).ready(readyFn);`

content/jquery-fundamentals/jquery-basics/selecting-elements.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
chapter : "js101"
3-
section: "2"
4-
title: "Operators"
2+
chapter : "jqfundamentals"
3+
section : "2"
4+
title : "Selecting Elements"
55
---
6-
## Basic Operators
7-
Selecting Elements
6+
## Selecting Elements
87

98
The most basic concept of jQuery is to “select some elements and do something with them.”
109
jQuery supports most CSS3 selectors, as well as some non-standard selectors.

0 commit comments

Comments
 (0)