diff --git a/README.md b/README.md index 848c58a..90befcb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # jQuery Print Preview plugin +## 9-18-13 Updates +- Updated 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 @@ - +