jQueryPlugins
jQueryPlugins copied to clipboard
printElement compatibilty issue with jQuery 1.9.0
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
You can include "jquery.mb.browser", was what I did. https://github.com/pupunzi/jquery.mb.browser
Or you can use jquery-migrate plugin: https://github.com/jquery/jquery-migrate/
do some fixes in local
https://github.com/erikzaadi/jQueryPlugins/issues/58
describe how to do the fix
Thanks and hope this will help