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기준으로 작성..나중에 실무에서 디버깅할때 써먹어봐야지
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기준으로 작성..나중에 실무에서 디버깅할때 써먹어봐야지
'개인적인 프로그램 > 자바스크립트' 카테고리의 다른 글
instanceof를 사용하려고 찾아봤다. (0) | 2012.11.21 |
---|---|
jquery dialog(다이얼로그) 링크 (0) | 2012.11.20 |
innerHTML vs dom method 에 대해서 찾아봤다. (0) | 2011.12.21 |
동적인 탑화면 (0) | 2011.12.12 |
javascript 오류와 캐릭터셋 (0) | 2011.10.26 |