最終更新:2013-03-06 (水) 02:16:31 (4067d)  

jQuery/get
Top / jQuery / get

http://api.jquery.com/get/

DOMエレメントの配列にアクセスする

$('li').get(0);
$('li')[0]);