|
|
|
|
|
by axod
6005 days ago
|
|
The sorts of issues I see with jquery are ones of gross inefficiency. People use $ within loops without a second thought. Why wouldn't they. It makes for quite ugly inefficient code IMHO. Having said that, it does fill a niche for people who don't want to sit down and learn javascript. |
|
Anywho, my major use of jQuery is for dom parsing and manipulation. It's just so darn comfy! I still need to know javascript for all the rest of the stuff the app is supposed to do though.