I am just developing my own mini-infrastructure for the application I was working on, and I was learning jQuery encoding.
I get the $ (selector) .function () method, but how can you call some functions like:
$. Ajax ()
Of course, would it be a dollar symbol that simultaneously refers to both the function and the jquery.fn object?
Thanks in advance!
jleck source
share