click - 클릭
example) 1 2 3 4 5 6 7 8 9 10 11 $("#btn2").click(function(){ console.log("btn2 clicked"); boxClass.boxHandler(); }); $("#prevBtn").mousedown(leftDownHandler).mouseup(leftUpHandler); $("#nextBtn").mousedown(rightDownHandler).mouseup(rightUpHandler); $("#active2_0").click(function(){chageImage(0)}); $("#active2_1").click(function(){chageImage(1)}); $("#active2_2").click(function(){chageImage(2)})..
■ 프론트엔드 ■/jQuery
2013. 10. 13. 22:39