From 24d66e6b757bbb4a2672951e2ed285e625654a99 Mon Sep 17 00:00:00 2001 From: Brice Shatzer Date: Wed, 18 Sep 2013 19:12:54 -0500 Subject: [PATCH 1/2] Update to jQuery 1.10.2 - Updated correct for $.browser being deprecated in jQuery 1.9 (side-effect: removed support for IE 7 & below) - Updated demo file to use jQuery 1.10.2 & removed carousel which was dependent on the jquerytools library that was previously being used. --- README.md | 8 ++++++-- example/index.html | 16 +--------------- src/jquery.print-preview.js | 16 ++++++---------- 3 files changed, 13 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 848c58a..fe003e9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # jQuery Print Preview plugin +## 9-18-13 Updates +- Updated correct for $.browser being deprecated in jQuery 1.9 (side-effect: removed support for IE 7 & below) +- Updated demo file to use jQuery 1.10.2 & removed carousel which was dependent on the jquerytools library that was previously being used. + The jQuery Print Preview plugin is designed to provide visitors with a preview of the print version of a web site. Unlike traditional print previews this plugin brings in all content and print styles within a modal window. -[Check out the demo](http://etimbo.github.com/jquery-print-preview-plugin/example/index.html) +[Check out the demo](http://briceshatzer.github.com/jquery-print-preview-plugin/example/index.html) ## Usage Prerequisites: @@ -19,7 +23,7 @@ Using the plugin: $('a.print-preview').printPreview();`` ## Supported Browsers -- Internet Explorer 6, 7, 8 and 9 +- Internet Explorer 8, 9, and 10 - Safari - Google Chrome - Firefox diff --git a/example/index.html b/example/index.html index 6b6b18a..ba389cf 100644 --- a/example/index.html +++ b/example/index.html @@ -6,15 +6,10 @@ - +