Skip to content

Commit 050dbb6

Browse files
committed
$ vs $(): Link to utility methods page
Closes jquerygh-498
1 parent 92d0b01 commit 050dbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/using-jquery-core/dollar-object-vs-function.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ This distinction can be incredibly confusing to new jQuery users. Here's what yo
2323

2424
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.
2525

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

Comments
 (0)