jQuery provides two kinds of functions, static utility functions and jQuery object methods. Each has its own usage style.
Both are accessed through jQuery’s main identifier: jQuery
. This identifier has an alias named $
. All functions can be accessed through either of these two names.