etimbo / jquery-print-preview-plugin

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

[solved] Safari 5 issue #11

Closed jurgen-74 closed 11 years ago

jurgen-74 commented 11 years ago

Hello

I've got this plugin up and running just fine but it seems that Safari 5 encounters problems. After some trial and error I found the problem. It is my custom google search-bar. It needs this script: src="http://www.google.nl/jsapi" type="text/javascript"></script . If I delete the line the plugin works great but I do not have the custom search bar any more.

Any suggestions?

Regards, Jurgen

Ps.: This is what I use further: script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script

jurgen-74 commented 11 years ago

Okay, the Safari 5 issue is history. I had to change the $ to jQuery in this code:

So this one is solved but I still have one more issue and will make a new post for it.