Paul McLanahan schrieb:
> In most modern browsers (IE Excluded of course), the built in eval
> function is defined on all objects.  This is designed to combat the
> problem we're trying to fix now, which is that you can eval code in
> specific context (in FF for examle) by just calling
> myObj.eval(codeString);.


You are talking of "most modern browsers". As far as I know, the eval is 
only implemented in that way in Firefox (which is far from being most 
modern browsers).

Plus according to the Mozilla Doc it is deprecated:
http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object:eval

More here:
http://my.opera.com/hallvors/blog/show.dml/449976

-- 
Klaus

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to