2011-09-03 51 views

回答

3
$myInput = $('input'); 

然後

$myInput.nextAll('input').not(':focus').eq(0); 
2

$ myInput.nextAll( '輸入')不是( ':聚焦')。第一();