looking for the best online DOM reference

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jack Fox

    looking for the best online DOM reference

    Ideally I could drill down through objects, events, methods, and
    properties...

    ....and it would tell me where the IE (not DHTML) and Netscapte DOMs are the
    same and where they differ,

    ....and it would actually document objects, events, methods, and properties,
    rather than just listing their names.

    Does such a thing exist?

    I can usually find what I'm looking for on Google, but all I'm coming up
    with are sample scripts, tutorials, and very poor references.

    If I must buy a book, are there any books that do this?


  • Bryan Field-Elliot

    #2
    Re: looking for the best online DOM reference

    Jack Fox wrote:[color=blue]
    > Ideally I could drill down through objects, events, methods, and
    > properties...
    >
    > ...and it would tell me where the IE (not DHTML) and Netscapte DOMs are the
    > same and where they differ,
    >
    > ...and it would actually document objects, events, methods, and properties,
    > rather than just listing their names.
    >
    > Does such a thing exist?
    >
    > I can usually find what I'm looking for on Google, but all I'm coming up
    > with are sample scripts, tutorials, and very poor references.
    >
    > If I must buy a book, are there any books that do this?
    >
    >[/color]


    I use the JavaScript Bible by Danny Goodman, 3rd ed. Go check it out at
    the bookstore.



    --

    Bryan Field-Elliot


    Comment

    • Ivo

      #3
      Re: looking for the best online DOM reference

      "Jack Fox" <jackfox@ix.net com.com> wrote in message
      news:0olbb.1162 $gR1.889@newsre ad4.news.pas.ea rthlink.net...[color=blue]
      > Ideally I could drill down through objects, events, methods, and
      > properties...
      >
      > ...and it would tell me where the IE (not DHTML) and Netscapte DOMs are[/color]
      the[color=blue]
      > same and where they differ,
      >
      > ...and it would actually document objects, events, methods, and[/color]
      properties,[color=blue]
      > rather than just listing their names.
      >
      > Does such a thing exist?
      >[/color]
      Tip: www.xs4all.nl/~ppk/js/ comes closest, and promises even more for the
      future.
      Ivo



      Comment

      • Stephen

        #4
        Re: looking for the best online DOM reference

        Jack Fox wrote:
        [color=blue]
        > Ideally I could drill down through objects, events, methods, and
        > properties...
        >
        > ...and it would tell me where the IE (not DHTML) and Netscapte DOMs are the
        > same and where they differ,
        >
        > ...and it would actually document objects, events, methods, and properties,
        > rather than just listing their names.
        >
        > Does such a thing exist?
        >[/color]

        Various places ...
        (From Grant Wagner's signature:)
        * Client-side Javascript and Netscape 4 DOM Reference available at:
        *


        * Internet Explorer DOM Reference available at:
        *
        Gain technical skills through documentation and training, earn certifications and connect with the community


        * Netscape 6/7 DOM Reference available at:
        * http://www.mozilla.org/docs/dom/domref/
        ---------------------------------------------------------
        Also:


        Html DOM Level 2


        [color=blue]
        > I can usually find what I'm looking for on Google, but all I'm coming up
        > with are sample scripts, tutorials, and very poor references.
        >
        > If I must buy a book, are there any books that do this?
        >
        >[/color]

        Recommend
        Flanagan: JavaScript: The Definitive Guide, 4th ed. O'Reilly. 0-596-00048-0

        Good DOM reference therein.

        Hope this helps,
        Stephen

        Comment

        Working...