tags:

views:

103

answers:

3

I want to read a book that systematically introduces dom with live examples.

Any recommendation?

+1  A: 

its going to be hard to find a book that specifically focuses on the dom (maybe an intense xml book). You want the dom and the dom features with javascript I assume. check out oreilly's more advanced javascript book. I actually have the book right here, there's a good 34 pages on the dom with examples; its a complete reference for all of javascript, so about 1000 pages in all.

CrazyJugglerDrummer
A: 

Have you looked into jQuery? I know you're asking for tutorials on accessing the DOM directly, but jQuery offers a much simplier way that allows you to never worry about browser differences.

Chris Pietschmann
while jQuery is great, I don't think it's a substitute for knowing how the DOM works
cobbal
+1  A: 

Dom Scripting was an interesting book, taught me a lot about JavaScript.

xenon
It's a good book,but will be better if there is more about how to use css to make the page look nicer.
Shore