The $
(dollar sign) of jQuery is a function , however you can access its methods as if it were an object through the "." . Could someone 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.