FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour The dollar sign is short for jQuery
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
The dollar sign is short for jQuery
Posted: Fri Feb 05, 2021 08: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

Continue the discussion