New to javascript, why is jQuery such a beast?
Posted
by gnucom
on Stack Overflow
See other posts from Stack Overflow
or by gnucom
Published on 2010-06-11T06:39:41Z
Indexed on
2010/06/11
6:42 UTC
Read the original article
Hit count: 243
Hey Everyone,
I'm new to javascript (functional programming is okay for me, though) and I am wondering how jQuery got away with some of the design decisions they made. Is it just too much work to fix now or what? For instance, there seems use of strange symbols in strings when accessing elements in the DOM or weird function definitions for $, that are forcing me to check references every other time I want to get some basic data.
Can someone point me to a learning source where I can learn all of these nuances of jQuery (jQuery's examples just don't cut it, they're too spread out)? Maybe someone has a super good reference site/pdf for jQuery?
Thanks
© Stack Overflow or respective owner