Updated 25.1 to include a case with a hyphen in the classname

This commit is contained in:
Christopher Banh
2015-08-09 19:49:34 -07:00
parent cac2d2848d
commit e8b87a5e21

View File

@@ -1874,6 +1874,9 @@
// good
const $sidebar = $('.sidebar');
// good
const $sidebarBtn = $('.sidebar-btn');
```
- [25.2](#25.2) <a name='25.2'></a> Cache jQuery lookups.