vote up 1 vote down star

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

Any recommendation?

flag

40% accept rate

3 Answers

vote up 1 vote down check

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

link|flag
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 Jul 10 at 9:21
vote up -2 vote down

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.

link|flag
while jQuery is great, I don't think it's a substitute for knowing how the DOM works – cobbal Jul 9 at 0:04
vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

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