Hi Sam, I'm having the exact same problem when I try to "inject" jQuery using that bookmarklet on certain sites (e.g.: reddit.com, livejournal.com, etc...). Obviously, the cause of the problem is the JavaScript code already on the site. All of these sites have messed with the "Object.prototype" and/or the "Function.prototype" and this is what I think is causing problems. But I don't know how that could be fixed...
Let me know if you find a solution... On Jul 14, 3:13 pm, Sam Dark <[EMAIL PROTECTED]> wrote: > Hello, everyone! > > I need some help. > > I'm trying to inject jQuery into the page using a bookmarklet > (http://www.learningjquery.com/2006/12/jquerify-bookmarklet). > > It works with all pages except this > one:http://www.laist.com/2008/02/08/bansky_banksy_a.php > > giving me > > "jQuery(window).bind is not a function" error. > > Any suggestions?