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.
2 parents cad9032 + f435429 commit 20c48f1Copy full SHA for 20c48f1
README.md
@@ -1249,7 +1249,7 @@
1249
}
1250
```
1251
1252
- - For DOM queries use Cascading `$('.sidebar ul')` or parent > child `$('.sidebar > .ul')`. [jsPerf](http://jsperf.com/jquery-find-vs-context-sel/16)
+ - For DOM queries use Cascading `$('.sidebar ul')` or parent > child `$('.sidebar > ul')`. [jsPerf](http://jsperf.com/jquery-find-vs-context-sel/16)
1253
- Use `find` with scoped jQuery object queries.
1254
1255
```javascript
0 commit comments