next
next() ⇒ collection
next(selector) ⇒ collection [v1.0]
获取对象集合中每一个元素的下一个兄弟节点(可以选择性的带上过滤选择器)。
$('dl dt').next() //=> the DD elements
next() ⇒ collection
next(selector) ⇒ collection [v1.0]
获取对象集合中每一个元素的下一个兄弟节点(可以选择性的带上过滤选择器)。
$('dl dt').next() //=> the DD elements