I'm just developing my own mini framework for an application I was working on, and I've been studying the jQuery is coded.
I get the way $(selector).function() works, but how come you can call some functions such as:
$.ajax()
Surely this would been the dollar symbol references both a function and the jquery.fn object at the same time?
Thanks in advance!