2011-09-03 56 views

回答

3
$myInput = $('input'); 

然后

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

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