jQueryPlugins icon indicating copy to clipboard operation
jQueryPlugins copied to clipboard

printElement compatibilty issue with jQuery 1.9.0

Open jbogdani opened this issue 12 years ago • 3 comments

Hello, The printElement plugin uses $.browser which is deprecated in jQuery 1.9.0. It should be found some different methods to check opera and mozilla browsers.

Thank you for your work

jbogdani avatar Jan 18 '13 11:01 jbogdani

You can include "jquery.mb.browser", was what I did. https://github.com/pupunzi/jquery.mb.browser

ursoforte avatar Jan 31 '13 18:01 ursoforte

Or you can use jquery-migrate plugin: https://github.com/jquery/jquery-migrate/

alexiusp avatar May 23 '13 06:05 alexiusp

do some fixes in local

https://github.com/erikzaadi/jQueryPlugins/issues/58

describe how to do the fix

Thanks and hope this will help

rubasingha avatar Nov 28 '13 05:11 rubasingha