We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c8fc7 commit 2e3626cCopy full SHA for 2e3626c
page/using-jquery-core/traversing.md
@@ -91,7 +91,7 @@ $("div.parent").nextAll().last();
91
//Selecting all the previous siblings of the selector
92
93
// returns [ div.surrogateParent1, div.parent ]
94
-$("div.pasurrogateParent2rent").prevAll();
+$("div.surrogateParent2").prevAll();
95
// returns [ div.surrogateParent1 ]
96
$("div.surrogateParent2").prevAll().first();
97
// returns [ div.parent ]
0 commit comments