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?
|
|
|
|
|
|
|
Unsurprisingly, I love DOM Scripting, by Jeremy Keith. |
||
|
|
|
|
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. |
||
|
|
|
|
Why not try something like jquery. It has a pretty good documentation, you can find it here, or you can grab a book. |
||||
|
|
|
I'll add a vote for DOM scripting, by Jeremy Keith. I used it when I barely knew Javascript. |
||
|
|
