Hi All,
I'm trying to use jQuery in a bookmarklet, which means I don't have control of the page into which the JavaScript will be inserted. From what I've read of noConflict, it requires that jQuery be inserted first. In the case of a bookmarklet, just the opposite is true.
So - does anyone have any suggestions on whether or not this is possible? I've found it works except on pages that are using prototype.js. On those pages, when I try to use the jQuery UI library, I get the error "this.cloneNode is not a function" in the bowels of jQuery, presumably because something in prototype is mucking with it.
Any help/advice would be appreciated.