PDA

View Full Version : javascript online reference


EscapeCharacter
07-25-2003, 01:43 AM
is there an online javascript reference that includes all the functions and objects that javascript has? something like the reference pages on suns website for java?

fredmv
07-25-2003, 02:58 AM
http://devedge.netscape.com/library/manuals/2000/javascript/1.4/reference/

gish
07-25-2003, 10:52 AM
nice

EscapeCharacter
07-25-2003, 04:47 PM
cool thanks

mace
11-21-2003, 12:55 PM
Here's something that looks exactly like the Java API. Too bad it only covers Javascript DOM, but it's still nice. http://krook.org/jsdom/index.html

ttech1
12-10-2003, 01:37 PM
http://members.tripod.com/~coollew/index1.html

Above link is Is a collection of java scripts for Internet explorer
and up and the msntv browser.

I used some code from this page to help design my site http://www.top-town.com check out my site and let me know what you think.

TheBeansprout
01-21-2004, 02:26 PM
www.javascriptgoodies.com (or something similar) is pretty good for people who are just starting JS.