We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc7e14 commit 0d03432Copy full SHA for 0d03432
page/using-jquery-core/selecting-elements.md
@@ -16,7 +16,7 @@ $("#myId"); // note IDs must be unique per page
16
17
```
18
// Selecting elements by class name
19
-$("div.myClass"); // performance improves if you specify element type
+$(".myClass");
20
21
22
## Selecting Elements by Attribute
0 commit comments