자바스크립트 객체와 제이쿼리 객체는 다르다. (javascript, jquery)
function (e) { e.target; // 자바스크립트 객체 $(e.target); // 제이쿼리 객체화 }