Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Update documentation to mention use of jQuery 1.x for old-IE
Browse files Browse the repository at this point in the history
Issue #49
  • Loading branch information
Steven Bower committed Jun 20, 2014
1 parent 90a1c41 commit 5ef7eb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Concept based on "IE6 Upgrade Warning" library.
View doc.html for documentation and examples, or
visit [jreject.turnwheel.com](http://jreject.turnwheel.com/)

**Versions**: Supported by jQuery 1.7+ & 2.0+
**Important Note about jQuery Versions**
Supported by jQuery 1.7+ & 2.0+
If you wish to reject IE 6-8 or earlier, you must use jQuery 1.11.x or lower.

Licensing:
-----------------
Expand Down
2 changes: 1 addition & 1 deletion doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}
</style>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="js/jquery.reject.js"></script>
<script>
$(function() {
Expand Down

0 comments on commit 5ef7eb5

Please sign in to comment.