$('ul[tabindex="1"]').focus();
$('#1depth').attr('tabindex',-1).focus();

http://stackoverflow.com/questions/1948241/how-could-a-ul-element-receive-the-focus-event

Posted by 이상욱1
,