> 1. JQuery blows up when hosting webpage JS has added attributes to > Object.prototype. I fixed this by patching jQuery for-in loops as > discussed in: http://dev.jquery.com/ticket/2721
Yeah, this is still something that we're hoping to fix at some point. > 2. JQuery blows up on certain xhtml+xml pages as it uses innerHTML(). > Actually, this turned out to be a bug in Firebox. However, jQuery's > use of the the non-standard innerHTML(), rather than createElement()/ > appendChild() has made me question whether jQuery will work on all > browser/web-page combinations. Then again, innerHTML should become > standard in HTML 5. innerHTML will only "blow up" if malformed or incorrect HTML is injected into an XHTML+XML page - which is exactly as you would expect it to (since you're working in a highly-strict environment, receiving error messages is part of the process). > 3. jQuery blows up when hosting webpage JS redefines createElement(). > Thanks eBay, that was hilarious! This one would obviously affect any > JS bookmarklet, but it does indicate the "hostile" environment jQuery > could be operating in. Heh - how do they redefined createElement, I'm curious. --John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---