jquery, ajax
ul 태그 테이블 focus 하기
이상욱1
2016. 9. 27. 19:08
$('ul[tabindex="1"]').focus();
$('#1depth').attr('tabindex',-1).focus();
http://stackoverflow.com/questions/1948241/how-could-a-ul-element-receive-the-focus-event