Anyone who has already dealt a little with jQuery will have stumbled upon the following call:
jQuery ('a'). attr ('title');
Shorter is nicer - therefore you will normally only see the following spelling (which is synonymous!):
$ ('a'). attr ('title');
The dollar sign is short for jQuery