vote up 1 vote down star
1

When I search for a function in PHP I just go to php.net and search for the function I am using jQuery but am always looking for functions since I am a beginner in terms of advanced javascript usage. Is there a cool reference page like php has?

I am not only looking for a jQuery documentation but a documentation of all javascript functions and what versions they were added and maybe even a site where I can see what functions exist in which browser..

flag

47% accept rate

5 Answers

vote up 4 vote down check

http://developer.mozilla.org/en/JavaScript

http://developer.mozilla.org/en/Core_JavaScript_1.5_Reference

edit: also have a look at http://www.gotapi.com/jsdomw3s . It has docs for javascript, jquery, css, html, ruby, php, databases...

link|flag
vote up 0 vote down

The jQuery documentation is pretty good.

link|flag
If talking about jQuery, visualjquery.com is cool – Sergej Andrejev Apr 4 at 23:19
vote up 2 vote down

w3schools seems to have a decent general reference for JavaScript. What is more, information on support in IE, Firefox, and Opera (and their respective versions) is available on all of the appropiate pages.

link|flag
vote up 1 vote down

DevGuru provides a great core JavaScript Reference, as well as PHP, ASP and other web technologies.

In addition, SitePoint has some great references too, for JavaScript, HTML, and CSS. Best of all, they have a Firebug plugin (e.g. for Firefox) called CodeBurner that ties these reference tools into Firebug's awesome inspection/debugging.

link|flag
vote up 0 vote down

Snaapi has a nice overview of Javascript and other languages.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.