mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
Merge pull request #63 from kairosagency/jqueryfix
Fixed small error in jQuery selector example
This commit is contained in:
@@ -1249,7 +1249,7 @@
|
||||
}
|
||||
```
|
||||
|
||||
- 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)
|
||||
- Use `find` with scoped jQuery object queries.
|
||||
|
||||
```javascript
|
||||
|
||||
Reference in New Issue
Block a user