Might not call it bad, but you should really also learn JS - as brilliant as jQuery is, it can't really do everything.
It's also much better to know js in order to debug stuff that misbehave (you can also download the un-minified jQuery code and just step into to it ... can save a few hairs off your head)
Ask HN: Is it bad to master jQuery without any knowledge of the undelying JS?
11–14 of 14 posts
Re: Ask HN: Is it bad to master jQuery without any knowledge of the undelying JS?
#12Just learn JS already. It isn't that hard.
Re: Ask HN: Is it bad to master jQuery without any knowledge of the undelying JS?
#13As others have mentioned, it's impossible to "master" jQuery without a very solid understanding of JavaScript. You'll end up with code that does way more work than it needs to, and is way sloppier than it should be. I'm pretty certain that mastery is impossible without an understanding of the foundation and the abstractions.
Re: Ask HN: Is it bad to master jQuery without any knowledge of the undelying JS?
#14I think its naive to say "I have mastered jQuery but I don't have any knowledge of JavaScript."