The dollar sign is short for jQuery
Posted: Fri Feb 05, 2021 8:35 am
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
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