$('ul[tabindex="1"]').focus();
$('#1depth').attr('tabindex',-1).focus();
http://stackoverflow.com/questions/1948241/how-could-a-ul-element-receive-the-focus-event
'jquery, ajax' 카테고리의 다른 글
url인코딩에 대한 전반적인 내용 string값에 &나 특수문자가 포함된경우 (0) | 2016.12.28 |
---|---|
jquery.load (0) | 2016.11.09 |
특정영역 focus 해주기 (0) | 2016.08.12 |
제이쿼리 셀렉터 : unchecked 사용 법 (0) | 2016.07.05 |
이벤트버블링 특정 영역에만 이벤트 주기 (2) | 2016.06.16 |