In JavaScript, $ and _ are treated just like letters. For example:
var a$b_c = 1;
alert( a$b_c ); // alerts '1'
jQuery just happens to use $ as a function name - and as Giovanni mentioned
the same function is also named jQuery.
In addition to the $ function, you'll often see variables beginning
thanks mr giovanni :)
ibnusarnan ha scritto:
hello alll, Im a newbie in jquery,
I just one know and angered with jquery, why and how the jquery code
is:
$.ready
using dollar sign, anyone can explain me about this (using dollar sign
in javascript) and please give me an sample example of this for
clearest explanatio
3 matches
Mail list logo