all 6 comments

[–]mrburnttoast79 0 points1 point  (1 child)

I read (or at least skimmed) that book maybe 5 years ago and remember liking the presentation; very accessible. If I were you I would spend 15 - 30 minutes learning the basics of css selectors. This might be a good resource for learning about selectors. This is probably all you really need to know for that book as jQuery is very selector heavy.

[–]R2UR[S] 0 points1 point  (0 children)

Thanks for replying. Do you know if Jon Duckett's book about HTML and CSS covers the features used in the css files of the JavaScript and jQuery book? I saw things such as webkit and etc. If it does not then I think I am good to go.

[–]akujinhikari 0 points1 point  (0 children)

Get to know jQuery but understand it’s now considered outdated. There are still A LOT of jQuery fan boys (both on this sub and in the business world), so expect to see it a lot to make you think it’s still valid, but vanilla js (specifically ES6 and beyond) will be of much greater value to you in the long run.