var his = new Array();   

Element.prototype.attachEvent = function(a,b){
        his.push(this.tagName+ ":"+a+":"+b);       
    }


function test(){
        for(var i = 0; i < his2.length; i ++){
            alert(his[i]);
        }
    }

대충 이런느낌? 대신 attachEvent한건 싹다날라간다
ie기준으로 작성..나중에 실무에서 디버깅할때 써먹어봐야지
Posted by 삽지리
,