Is There A Central Repository of Javascript Information?

Posted by Brian on Stack Overflow See other posts from Stack Overflow or by Brian
Published on 2010-05-18T17:19:04Z Indexed on 2010/05/18 17:30 UTC
Read the original article Hit count: 202

Filed under:
|
|

For example, if you want information of PHP functions, you can go to http://www.php.net/ . If you want information of Perl functions you can to to http://www.cpan.org/ and/or use perldoc. If you want information on Java you can go to http://java.sun.com and/or use javadoc. However, if you want information on Javascript methods/functions and their attributes, return values, etc. where do you go? The reason I ask is I was playing with the "focus()" method and wondering if it could be passed any values or if it returned anything when called. I have done a cursory Google search but haven't found much. Does such a beast exist or am I out of luck?

Thanks for reading, and have a good day.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about information