Hi,
I would like to understand how jquery developers implemented the following command, structure-wise only:
jquery(document).ready(.........);
So if I'm correct, we have a function called "jquery" that accepts "document" as a parametes, and another function "ready" which is nested inside jquery function?
Thanks for your help.