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: page/using-jquery-core/dollar-object-vs-function.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,4 +23,4 @@ This distinction can be incredibly confusing to new jQuery users. Here's what yo
23
23
24
24
There are a few cases where object methods and core methods have the same names, such as `$.each()` and `.each()`. In these cases, be extremely careful when reading the documentation that you are exploring the correct method.
25
25
26
-
In this guide, if a method can be called on a jQuery selection, we'll refer to it just by its name: `.each()`. If it is a utility method -- that is, a method that isn't called on a selection -- we'll refer to it explicitly as a method in the jQuery namespace: `$.each()`.
26
+
In this guide, if a method can be called on a jQuery selection, we'll refer to it just by its name: `.each()`. If it is a [utility method](/using-jquery-core/utility-methods/) -- that is, a method that isn't called on a selection -- we'll refer to it explicitly as a method in the jQuery namespace: `$.each()`.
0 commit comments