获取匹配到的元素集合中指定索引的DOM元素。这样就可以直接使用DOM API了。
语法:
Element element = .get(index)
示例:
var text = $('p').get(0).innerHtml //var text = $('p').html();