Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Moose

Moose Avatar

****
Senior Member

449


August 2005
How is everyone doing? This may be old news, but I haven't written anything in JavaScript forever until recently for work. I remember the last time I wrote something in JS; jQuery was just catching on and now it almost seems to be the standard to use over any the analogous "standard" old school JavaScript calls. I am using it now at work, and it seems like a pretty good library. What do you all think of it? Do you use it whenever possible?
Greg says:
Coding music...
Greg says:
Hmm...
Greg says:
I wouldn't rule it out. :P
Chris 3.0 [New features? Yes.] says:
:P
Greg says:
If you think about machine code it's a bunch of 1s and 0s
Chris 3.0 [New features? Yes.] says:
Anything is possible.
Greg says:
Yeah try to code Metallica
Chris 3.0 [New features? Yes.] says:
:P Yeah, I'll get right on that... right after I learn to fly.

Aaron

Aaron Avatar
WWWWWWWWWWWW

****
Senior Member

434


November 2005
I use it whenever possible because it's easier to use once you learn the syntax.

var cool = $('.cool');

vs.

var cool = document.getElementsByClassName('cool');

c'mon.


Last Edit: Sept 8, 2014 23:57:42 GMT by Aaron

newBookmarkLockedFalling