정보 보관 ver1.0
마우스 이벤트(오버, 아웃트)
James Wetzel
2012. 10. 20. 17:21
$("img.configuration").mouseover(function () {
alert("over");
});
$("img.configuration").mouseout(function () {
alert("out");
});
728x90
반응형