Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Up until jQuery 1.11.1</strong>, you could use the following URLs to get the latest version of jQuery:</p> <ul> <li><a href="http://code.jquery.com/jquery-latest.min.js" rel="noreferrer">http://code.jquery.com/jquery-latest.min.js</a> - jQuery hosted (minified)</li> <li><a href="http://code.jquery.com/jquery-latest.js" rel="noreferrer">http://code.jquery.com/jquery-latest.js</a> - jQuery hosted (uncompressed)</li> <li><a href="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" rel="noreferrer">http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js</a> - Google hosted (minified)</li> <li><a href="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js" rel="noreferrer">http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js</a> - Google hosted (uncompressed)</li> </ul> <p>For example:</p> <pre><code>&lt;script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"&gt;&lt;/script&gt; </code></pre> <hr> <p>However, since jQuery 1.11.1, both jQuery and Google stopped updating these URL's; they will <em>forever</em> be fixed at 1.11.1. There is no supported alternative URL to use. For an explanation of why this is the case, see this blog post; <a href="http://blog.jquery.com/2014/07/03/dont-use-jquery-latest-js/" rel="noreferrer">Don't use jquery-latest.js</a>.</p> <p>Both hosts support <code>https</code> as well as <code>http</code>, so change the protocol as you see fit (or use a <a href="http://www.paulirish.com/2010/the-protocol-relative-url/" rel="noreferrer">protocol relative URI</a>)</p> <p>See also: <a href="https://developers.google.com/speed/libraries/devguide" rel="noreferrer">https://developers.google.com/speed/libraries/devguide</a></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. 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