Where can I find a complete JavaScript DOM Reference?
anonymous
2008-02-14 20:01:04 UTC
I need a reference to DOM Objects that includes everything. It should include methods attributes, constructors. I've googled and yahoo'd and I can't find anything. Help please.
Five answers:
richarduie
2008-02-14 20:48:39 UTC
Bear in mind that there's the specifications by the W3C for DOM Levels 1, 2, and 3, and then, there's what "browsers really do." The O'Reilly "JavaScript, the Definitive Guide" (http://www.oreilly.com/catalog/jscript5/) presents the normative model and compares and contrasts the vagaries of the browsers. There are also a number of good online sources for SOME of the DOM for SOME of the levels.
Javascript has a plenty wider application than jQuery. wisely, jQuery is purely a library of Javascript code, so the two are no longer particularly comparable, once you talk that jQuery is barely a subset of Javascript.
G. Whilikers
2008-02-14 20:27:43 UTC
Get the O'Reilly book "Javascript: the Definitive Guide". It's really the way to go if you're serious about it. You can get more information about the book at http://safari.oreilly.com/0596101996/ .
NLSL
2008-02-14 20:08:59 UTC
www.w3schools.com
That's where i get everything.
Click Javascript then on the sidebar it'll show all the javascript DOM stuff
anonymous
2008-02-14 20:12:51 UTC
www.w3schools.com
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.