今天下午Justice兴致勃勃的贴出一个jQuery的插件,jQuery Crash。
插件的地址在这里。
其实就代码来说这个脚本就只有一行。
JavaScript
jQuery.crash=function(x){for(x in document.open);};
调用这个函数之后的话,在IE6下你会得到这样一个结果。
»Read More
今天下午Justice兴致勃勃的贴出一个jQuery的插件,jQuery Crash。
插件的地址在这里。
其实就代码来说这个脚本就只有一行。
jQuery.crash=function(x){for(x in document.open);};
调用这个函数之后的话,在IE6下你会得到这样一个结果。
»Read More