프로그래밍/JavaScript

addEventListener IE8에서는,..

암초보 2015. 1. 14. 16:55

attachEvent를 사용하면 된다..


addEventListener('scroll')  =  attachEvent('onscroll')