Hacker News new | ask | show | jobs
by axod 6006 days ago
Yes, I know. My point is that most people won't know/bother doing

$myDiv = $('myDiv');

They'll simply use $('myDiv') all over the place which will be horrible.

1 comments

so, the complaint is that people who don't understand jquery use it incorrectly/inefficiently?
meh. If you like it use it. Personally I find that code ugly, inefficient and error prone.