The following piece of JS which used to work in IE8 is failing now in IE9.
document.createElement(\'
For jQuery.bgiframe.js, would be a better solution to fix the wrong IE6 test?
What about replacing this:
if($.browser.msie&&/6.0/.test(navigator.userAgent)
with something like this:
if ($.browser.msie && $.browser.version=="6.0")