Javascript API

Sharky Forums


Results 1 to 4 of 4

Thread: Javascript API

  1. #1
    Catfish
    Join Date
    Jun 2001
    Location
    Sierra Vista, AZ
    Posts
    106

    Question Javascript API

    Is there a JavaScript API like there is for Java? Or anything that has a list of all the functions in JavaScript? Like, document.body.onclick, and stuff like that.

    Thanks.

  2. #2
    Ursus Arctos Moderatis Grizzly's Avatar
    Join Date
    Sep 2000
    Location
    Providence, RI USA
    Posts
    3,077

    Post

    There's tons out there.

    There's a nice list of functions here:
    http://www.coolnerds.com/xrefs/xrefjsom.htm

  3. #3
    Tiger Shark
    Join Date
    Mar 2001
    Posts
    615

    Post

    THE JavaScript reference can be found:

    [URL] http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/refer ence/dhtmlrefs.asp

    More than just a simple document, when you want to find out what objects have what properties, methods, and attributes, this is where to go.

    [This message has been edited by Zoma (edited July 12, 2001).]
    System specs:


    | Core i5 750 | GA-P55A-UD3 | 4.0 GB G.skill DDR3 1600 | eVGA 470 GTX |
    | Intel X25-M 80 GB SSD | WD 5000AAKS | Lian Li PC-7FN | Corsair TX750W |
    | Windows 7 Home 64-bit |

  4. #4
    Catfish
    Join Date
    Jun 2001
    Location
    Sierra Vista, AZ
    Posts
    106

    Cool

    Thanks guys. That was exactly what I wanted.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •