From what I have learned, jquery syntax is the following $(selector).action(). However I found that in some cases the selector is not included. For example, $.ajax or $.widget. What does this mean exactly? When, where, and how should we use this kind of syntax instead of using selector?
Thanks a lot :)