Michael and Brent, Thank you very much! That was it.
Any idea why that would have been done in the first place? I ran into another issue that all my for loops in code I added to mscross were returning a null objRef at the end of the loop and I had to add code to detect that and break out of the loop. This is all a little new to me and I'm still learning. jQuery rocks and so does this list. I've learned a lot in one day of lurking on the list. Thanks again, -Steve Michael Geary wrote: >>> From: Stephen Woodbridge <[EMAIL PROTECTED]> >>> http://imaptools.com:8081/maps/demo2.html > >> From: Brent Pedersen >> i'd guess the offending line is in mscross: >> >> Object.prototype.objRef = null; > > Good catch. It's strictly verboten to add to Object.prototype. That will > break all kinds of things, not just jQuery. > >>From a quick glance at the code, it would appear that the assignment isn't > even necessary. You could remove that line and I'll bet it won't affect the > operation of the mscross library at all. > > -Mike > > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
