Using .load() in Chrome Greasemonkey script causes “Cannot call method 'call' of undefined”
I am using .load() in my Greasemonkey script in Chrome and it is producing the following error:
- Uncaught TypeError: Cannot call method 'call' of undefined
-
(anonymous function)
-
jQuery.extend.globalEval
-
jQuery.fn.extend.domManip
-
jQuery.fn.extend.append
This error stops the alert() function in my code from occurring.
Note that the error does not occur in Firefox.