vote up 4 vote down star

I'm looking for a book I could use to learn the subject of DOM scripting. So far I just have been learning only the things I needed for my given projects online, but I would like to buy a book on the topic so I can fully learn the material as a whole. Any suggestions?

flag

5 Answers

vote up 2 vote down check

Unsurprisingly, I love DOM Scripting, by Jeremy Keith.

link|flag
vote up 1 vote down

I like Practical JavaScript, DOM, and Ajax Projects

link|flag
vote up 1 vote down

While not specifically a DOM Scripting book, I did (and still do) enjoy PPK on JavaScript. It covers lots of basics, but also some browser quirks and how to get around them which comes in handy when writing DOM-manipulating scripts. The book is built around real-world examples of scripts that the author was hired at one time or another to write.

Check it out.

link|flag
vote up 0 vote down

Why not try something like jquery. It has a pretty good documentation, you can find it here, or you can grab a book.

link|flag
1  
Heh... I love how every question under the JS tag has at least one post recommending jquery. Even when it's not relevant. – pcorcoran Sep 19 '08 at 22:01
vote up 0 vote down

I'll add a vote for DOM scripting, by Jeremy Keith. I used it when I barely knew Javascript.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.