etimbo / jquery-print-preview-plugin

jQuery plugin for print preview (modal window)
jquery-print-preview-plugin
382 stars 128 forks source link

Depends on outdated jQuery #20

Open rrlorentzen opened 9 years ago

rrlorentzen commented 9 years ago

TypeError: $.browser is undefined

http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed

abhaysharma commented 9 years ago

Hello, @rrlorentzen did you found a workaround for this problem ?

rrlorentzen commented 9 years ago

No I haven¹t, this plugin wasn¹t a priority for me, just wanted to see what it could do. I will update if I work it in the future.

ndcreativity commented 9 years ago

@abhaysharma you can easy fix that by changing all $.browser in jquery-print-preview.js to $.support

BriceShatzer commented 9 years ago

I've had a pull request open to remove the dependence on that depreciated functionality in this project since 2013. Feel free to use my fork, and let me know if you're still having issues.