1

I want to know which sites can give me information on the list of JavaScript functions that are supported by IE/Firefox/Opera/Safari.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335
jacinta
  • 45
  • 2
  • 8
  • possible duplicate of http://stackoverflow.com/questions/63918/what-is-the-best-online-javascript-css-html-xhtml-dom-reference – Pekka Apr 09 '10 at 09:28

4 Answers4

4

Take a look at quirksmode

and in the Compatibility Master Table

you will get a detailed listing.

rahul
  • 184,426
  • 49
  • 232
  • 263
1

Perhaps not a direct answer to this question, but never-the-less I think this is useful to know about: You can use the Sputnik JavaScript Conformance tool in Google Labs to check ECMAScript conformance in browsers:

Sputnik is a JavaScript conformance test suite containing over 5000 tests. It tests how well a JavaScript implementation adheres to the ECMA-262 specification version 5, looking only at those features that were also present in the previous version, version 3, and not the new features added in version 5.

Dan Diplo
  • 25,076
  • 4
  • 67
  • 89
0

There are several sites for that but you'll probably find that none are absolutely complete, so it is worth checking out each of them

ChrisR
  • 14,370
  • 16
  • 70
  • 107
0

This looks useful http://kangax.github.com/es5-compat-table/

Aurimas
  • 311
  • 2
  • 10