반응형
출처 : http://stackoverflow.com/questions/5594431/jquery-focus-not-working-without-tabindex-attribute-of-div
$("div").attr("tabindex",-1).focus(function() {
// do something
});
attr로 tabindex -1후 focus();
반응형
'프로그래밍 > jQuery' 카테고리의 다른 글
jquery multiple keydown/up/press(동시 키보드 이벤트) (0) | 2016.05.20 |
---|---|
jquery focus 이동 안될경우 처리 (0) | 2016.05.20 |
jquery window&div scroll end event (0) | 2016.04.08 |
jquery ajax checked data json전송 예제 (0) | 2016.04.05 |
jquery tablesorter 2.0(테이블 정렬 플러그인)+스크롤사용 (0) | 2016.04.05 |