How is this plugin designed to crash IE6, crashing IE6?
- by jjclarkson
Chad Smith came out with a jQuery plugin designed to crash the IE6 browser.
;jQuery.crash=function(x){for(x in document.open);};
What is this doing exactly to cause the problem?