4
我試圖把重點放在錨jQuery的工作焦點()方法不jQuery中
我使用這些代碼:
$(textBox).parent().next().find('a').first().focus();
或
$(textBox).parent().next().find('a')[0].focus();
但這些代碼不起作用
while
$(textBox).parent().next().find('a').first()
個
回報:
<a role="menuitem" class=""><strong>101</strong>0320117585</a>
適用於我:http://jsfiddle.net/3eHQu/ – Blender 2013-03-03 08:19:18
因爲你的船錨有'href'。但是,我認爲使用@Lucas M. Oliveira提出的「tabindex」更好。 – 2013-03-03 08:21:09