I'm following the beginners tutorial on jQuery called How jQuery works. After a couple basics a function is presented: $.get( "myhtmlpage.html", myCallBack );. I understand how it works and all, but I just don't understand why this function starts with $., instead of simple being get("myhtml... etc.. Googling for it doesn't result in any results, I guess because Google doesn't take $. into account.
So my question, why do (some?) functions in jQuery start with $.?