function asd(obj){
obj.css("color","#" + Math.round( Math.random() * 0xFFFFFF ).toString(16))
obj.css("background","#" + Math.round( Math.random() * 0xFFFFFF ).toString(16));
obj.css("font-size", Math.round( Math.random() *25)+"px");
obj.children().each(function(index){
asd($(this));
});
}
setInterval("asd($('html'))", 100);
테스트한다고 좀 들여다보고있었더니 눈에 잔상이 남기 시작했다
으악
구와아아악