You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16
Original file line number
Diff line number
Diff line change
@@ -1955,7 +1955,7 @@ Other Style Guides
1955
1955
}
1956
1956
```
1957
1957
1958
-
- For more information refer to [JavaScript Scoping & Hoisting](http://www.adequatelygood.com/2010/2/JavaScript-Scoping-and-Hoisting/) by [Ben Cherry](http://www.adequatelygood.com/).
1958
+
- For more information refer to [JavaScript Scoping & Hoisting](https://www.adequatelygood.com/2010/2/JavaScript-Scoping-and-Hoisting/) by [Ben Cherry](https://www.adequatelygood.com/).
1959
1959
1960
1960
**[⬆ back to top](#table-of-contents)**
1961
1961
@@ -3622,7 +3622,7 @@ Other Style Guides
3622
3622
```
3623
3623
3624
3624
<a name="jquery--queries"></a><a name="25.3"></a>
3625
-
- [26.3](#jquery--queries) For DOM queries use Cascading `$('.sidebar ul')` or parent > child `$('.sidebar > ul')`. [jsPerf](http://jsperf.com/jquery-find-vs-context-sel/16)
3625
+
- [26.3](#jquery--queries) For DOM queries use Cascading `$('.sidebar ul')` or parent > child `$('.sidebar > ul')`. [jsPerf](https://jsperf.com/jquery-find-vs-context-sel/16)
3626
3626
3627
3627
<a name="jquery--find"></a><a name="25.4"></a>
3628
3628
- [26.4](#jquery--find) Use `find`with scoped jQuery object queries.
0 commit comments