> I'm wondering if this is an easy condition to > check for and generate an alert().
Put this at the end of your ready handler:
var test = {};
for ( var i in test ) alert("Warning: Object extended with property
'"+i+"'");
Something could extend Object after that, while your page is running, but it
will catch most included code.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
