Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There is no real one-stop shop, because there are various implementations of ECMAScript specific to the various browsers.</p> <p>Important resources:</p> <ul> <li><a href="http://msdn.microsoft.com/en-us/library/yek4tbz0%28VS.85%29.aspx" rel="nofollow noreferrer">MSDN section on JScript</a> (IE implementation) and the <a href="http://msdn.microsoft.com/en-us/library/ms533050%28VS.85%29.aspx" rel="nofollow noreferrer">IE implementation of the DOM</a> (Thanks @David)</li> <li><a href="https://developer.mozilla.org/en/JavaScript" rel="nofollow noreferrer">Mozilla Developer Center: JavaScript</a> (Firefox implementation)</li> <li>The <a href="http://www.w3.org/standards/techs/dom#w3c_all" rel="nofollow noreferrer">w3C DOM Specification</a></li> <li><p><a href="http://www.w3schools.com/js" rel="nofollow noreferrer">W3Schools</a> has half-decent cross-browser reference material, cheers for reminding me @Dalin. In my experience, their stuff is okay and reliable for the basics (@bobince disagrees, though, and points out security holes in their examples. So be careful.) on complex reference questions, they often fail to properly point out cross browser issues, and you end up looking on MDC and MSDN to find deeper information. Still, worth noting and a useful source.</p></li> <li><p><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm" rel="nofollow noreferrer">ECMAScript</a> itself - this is the basic language "behind" JavaScript without the browser-specific parts like the Document Object Model that make it a "real world language". Cheers for the link @Bobince.</p></li> </ul> <p>See also <a href="https://stackoverflow.com/questions/1850687/what-is-the-best-html-css-and-js-reference-you-know-respectively-closed">this question</a> on reference sites and materials.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload