I'm also having this error come up on my website when using jQuery. Any more info regarding this fix?
On Dec 1 2007, 2:13 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Can somebody describre why using eval.call(window, data); instead of > eval(data, window); > > On Nov 23, 4:58 pm, Cloudream <[EMAIL PROTECTED]> wrote: > > > ff3 just in beta. jorn is working at mozilla, so don't worry about > > this... > > > On Nov 23, 4:44 pm, Jerome Carty <[EMAIL PROTECTED]> wrote: > > > > Just a note: > > > > On AJAX calls where the data type is script, I get the following > > > error: > > > > EvalError: function eval must be called directly, and not by way of a > > > function of another name > > > > This error is triggered from line 501 of jquery 1.2.1 uncompressed. > > > > By the way, when an error is thrown, the exception parameter is always > > > undefined for me.