Skip to content

Commit

Permalink
Merge pull request #491 from shaunagm/master
Browse files Browse the repository at this point in the history
Update docs to recommend newer jQuery version
  • Loading branch information
tilgovi committed Feb 28, 2015
2 parents 1a0fd53 + b13ea9d commit 0fb5545
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,15 @@ Including Annotator on your webpage

You need to link the Annotator Javascript and CSS into the page.

.. note:: Annotator requires jQuery 1.6 or greater.
.. note::

Annotator requires jQuery 1.6 or greater. We recommend using the latest
jQuery, unless need support for IE 6, 7 or 8, in which case we recommend
jQuery 1.11.x.

.. code:: html

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://assets.annotateit.org/annotator/v1.1.0/annotator-full.min.js"></script>
<link rel="stylesheet" href="http://assets.annotateit.org/annotator/v1.1.0/annotator.min.css">

Expand Down

0 comments on commit 0fb5545

Please sign in to comment.