I want to read a book that systematically introduces dom with live examples.
Any recommendation?
I want to read a book that systematically introduces dom with live examples.
Any recommendation?
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.
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.
Dom Scripting was an interesting book, taught me a lot about JavaScript.