Anyone know good books for HTML, CSS, JavaScript and jQuery

I was looking on amazon at Web Design with HTML, CSS, JavaScript and jQuery Set by Jon Duckett

The Jon Duckett book on HTML is awesome. Unlike a lot of books on the subject, it won’t have you lapsing into a boredom induced coma. Beautiful design, clear explanations, appropriate pacing. Highly recommended.

For javascript take a look at https://github.com/getify/You-Dont-Know-JS you can download the first book for free and read all of the others online for free.

You can start with HTML and CSS: Design and Build Websites Book by Jon Duckett.
For JavaScript start with Head First HTML5 Programming: Building Web Apps with JavaScript to understand basic concepts.
For better understanding read You Don’t Know JS

You can find Eloquent Javascript and others here.