Target Parent jQuery: elements => element because we reference only one
- Partially fixes #2392.
This commit is contained in:
@ -617,7 +617,7 @@
|
|||||||
"title": "Target the Parent of an Element Using jQuery",
|
"title": "Target the Parent of an Element Using jQuery",
|
||||||
"difficulty": 3.13,
|
"difficulty": 3.13,
|
||||||
"description": [
|
"description": [
|
||||||
"Every HTML elements has a <code>parent</code> element from which it <code>inherits</code> properties.",
|
"Every HTML element has a <code>parent</code> element from which it <code>inherits</code> properties.",
|
||||||
"For example, your <code>jQuery Playground</code> <code>h3</code> element has the parent element of <code><div class=\"container-fluid\"></code>, which itself has the parent <code>body</code>.",
|
"For example, your <code>jQuery Playground</code> <code>h3</code> element has the parent element of <code><div class=\"container-fluid\"></code>, which itself has the parent <code>body</code>.",
|
||||||
"jQuery has a function called <code>parent()</code> that allows you to access the parent of whichever element you've selected.",
|
"jQuery has a function called <code>parent()</code> that allows you to access the parent of whichever element you've selected.",
|
||||||
"Give the parent of the <code>#target1</code> element background-color of red.",
|
"Give the parent of the <code>#target1</code> element background-color of red.",
|
||||||
|
Reference in New Issue
Block a user