The dollar sign is short for jQuery

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

The dollar sign is short for jQuery

Post by Otto »

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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
Post Reply