Quote:
Originally Posted by DanInMa
I'm working on a top 5 or top 10 list of the most common mistakes made by folks new to jQuery.
|
In my experience, the most common mistake noobies to jquery make is not learning the fundamentals of javascript first. Not having a grasp of the basic principles of javascript means they will most likely be floating around in forums forever looking for someone to drag them out of the "coding quicksand" they will most likely keep falling in.
The second most common mistake is that they think jquery can be a shortcut to client side functionality - see above why it isn't.
The 3rd most common mistake is that they think that to perform a given task, jquery will need less code. That's a load of baloney. If they look at the "back end" code jquery runs to perform a task it will very most likely be quite a bit more than the amount of plain javascript code it would take to perform the same task.