hello,
in the code scrap:
$('foobar').rem ove();
what does the syntactic form $('foobar') mean?
what is it called and where can it be found in the documentation?
i can not find it in the ecmascript standard 5.1:
http://www.ecma-international.o rg/publications/files/ECMA-ST/Ecma-262.pdf
maybe because i do not know what it is called
- but searching on '$(' does not turn up anything relevant.
in the code scrap:
$('foobar').rem ove();
what does the syntactic form $('foobar') mean?
what is it called and where can it be found in the documentation?
i can not find it in the ecmascript standard 5.1:
http://www.ecma-international.o rg/publications/files/ECMA-ST/Ecma-262.pdf
maybe because i do not know what it is called
- but searching on '$(' does not turn up anything relevant.
Comment