IE6 bug-me-not script
“I don’t care why it works. This is the best IE6 compatibility fix ever.” (læs hele artiklen + kommentarer, klik på citatet)
Afgjort ugens sjoveste og mest indsigtsfulde kommentar, som jeg er faldet over i hvert fald.
-
/**
-
* jQuery Crash (http://mktgdept.com/jquery-crash)
-
* A jQuery plugin to crash IE6.
-
*
-
* v0.0.2 – 5 March 2010
-
*
-
* Copyright (c) 2009 Chad Smith (http://twitter.com/chadsmith)
-
* Dual licensed under the MIT and GPL licenses.
-
* http://www.opensource.org/licenses/mit-license.php
-
* http://www.opensource.org/licenses/gpl-license.php
-
*
-
* Use $.crash();
-
*
-
**/
-
;jQuery.crash=function(x){for(x in document.open);};

