I have a bookmarklet that loads a div into the current page and places an iframe inside it. This bookmarklet works like a dream in all browsers except IE9. Even works in earlier versions of IE.
I use the following bookmarklet structure:
http:
Someone else had a similar problem (not related to bookmarklets):
https://forum.jquery.com/topic/retrieved-html-data-type-with-jquery-ajax-in-ie9-scripts-tags-sources-could-not-be-loaded
So far, I understand that my jQuery bookmarklet does not load correctly in IE9.
The bookmarklet attempts to load its own jQuery, so certain effects can be triggered when the bookmarklet is initialized and programming is easy.
The iFrame page also loads jQuery (without it, the contents in the iframe do not work properly).
I am using the latest jQuery:
http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
I would like to know why IE9 causes these SCRIPT errors when another browser is down? Why is jQuery not loading properly in IE9?
Any insight would be greatly appreciated.
source share