This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* jQuery Crash for IE6, IE7 and IE8 | |
* @description This is an expansion of the jQuery Crash plugin for IE6 by Chad Smith. | |
* @author Mathias Bynens <http://mathiasbynens.be/> | |
* Use $.crashIE6(); and/or $.crashIE7(); and/or $.crashIE8(); | |
*/ | |
; | |
$.crashIE6 = function(x) { | |
if ($.browser.msie && $.browser.version < 7) { | |
for (x in document.open); |