반응형
$('선택 엘리먼트의 클래스').each(function () { $(this).hover(function () { $(this).addClass('lst_over'); }, function () { $(this).removeClass('lst_over'); }).focusin(function () { $(this).addClass('lst_over'); }).focusout(function () { $(this).removeClass('lst_over'); }); });
반응형
'Web > javascript & jQuery' 카테고리의 다른 글
ie8 투명 png 에서 opacity 적용해서 전환 효과시 버그 해결방법 (0) | 2013.11.11 |
---|---|
타겟 영역 외의 영역을 클릭 시 타켓영역 닫기. (0) | 2013.11.11 |
input 숫자만 입력 가능하도록 (0) | 2013.11.04 |
index로 두가지 버튼 제어 (0) | 2013.10.22 |
스크롤 중 top버튼 안보이게 (0) | 2013.10.21 |