View Full Version : Javascript API


Pyrrhonist
09-23-2004, 04:58 PM
I'm not a big fan of Javascript - but more and more recently I've been finding that it's an easy way to slap together a solution for some problems. What I am trying to find is a Javascript API, similar to the Java API.

Does anyone know where there's a listing of all the Javascript classes and member functions online? I managed to find API's for several JS extensions, but couldn't find anything put out for the full specification.

Cyber-SEO
09-23-2004, 09:20 PM
You probably knew this one already but you can find a large number of your answers at http://www.w3schools.com/js/default.asp

The only problem I found with them is that they do not go in depth about every aspect of JavaScript.

Pyrrhonist
09-23-2004, 11:21 PM
Thanks for the link Cyber. I actually didn't know about that one, but it's still not exactly what i'm looking for. Something hardcore and dry like this: http://java.sun.com/j2se/1.4.2/docs/api/ would be perfect, but I just have a feeling that I'm not going to find it.