It depends on what myObj
is and where myObj.$().trigger("name")
is found. In the past, I’ve seen similar methods where an object (say a view
or controller
within an MV* framework) has a $()
method associated with it.
The call to $()
might return a jQuery
wrapped element associated with the view
(either constructed by the framework or assigned during initialization by the dev).
1
solved jquery what does command mean $() [closed]