6
The $
(jQuery dollar) is a Function, however it is possible to access its methods as if it were an object through the operator ".". Someone could explain, in what way I could do this in a Function func, for example?
In a more enlightening way, I intend to use func() as well as func each.() for example.
This way does not answer my question, because $fn is not a Function but an object. That is typeof $fn returns "Object" and not "Function" as typeof $
– N. Dias