[jQuery] Re: Please Teach me jQuery Code!!

2009-10-06 Thread Michael Geary
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

[jQuery] Re: Please Teach me jQuery Code!!

2009-10-06 Thread ibnusarnan
thanks mr giovanni :)

[jQuery] Re: Please Teach me jQuery Code!!

2009-10-06 Thread Giovanni Battista Lenoci
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