From 5ef7eb5754f8bf4d85d1a99deac076b7bf13a4e7 Mon Sep 17 00:00:00 2001 From: Steven Bower Date: Thu, 19 Jun 2014 23:46:05 -0700 Subject: [PATCH] Update documentation to mention use of jQuery 1.x for old-IE Issue #49 --- README.md | 4 +++- doc.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 588d283..315f478 100644 --- a/README.md +++ b/README.md @@ -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: ----------------- diff --git a/doc.html b/doc.html index 09b9802..e939ee0 100644 --- a/doc.html +++ b/doc.html @@ -101,7 +101,7 @@ } - +