Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6394ca8

Browse filesBrowse files
committed
[jquery] the faster lookup isn't actually faster. Fixes airbnb#90
1 parent 5a769c1 commit 6394ca8
Copy full SHA for 6394ca8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1354,11 +1354,8 @@
13541354
// good
13551355
$('.sidebar > ul').hide();
13561356
1357-
// good (slower)
1357+
// good
13581358
$sidebar.find('ul');
1359-
1360-
// good (faster)
1361-
$($sidebar[0]).find('ul');
13621359
```
13631360

13641361
**[[⬆]](#TOC)**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.