标签:collection
-
Zepto closest
closest(selector, [context]) ⇒ collection closest(colle […]
-
Zepto filter
filter(selector) ⇒ collection filter(function(index){ & […]
-
Zepto find
find(selector) ⇒ collection find(collection) ⇒ collecti […]
-
Zepto first
first() ⇒ collection 获取当前对象集合中的第一个元素。 $(‘form’).first()
-
Zepto has (v1.0+)
has(selector) ⇒ collection has(node) ⇒ collection 判断当前对 […]
-
Zepto last
last() ⇒ collection 获取对象集合中最后一个元素。 “` $(‘li […]
-
Zepto not
not(selector) ⇒ collection not(collection) ⇒ collection […]
-
Zepto next
next() ⇒ collection next(selector) ⇒ collection v1.0+ G […]
-
Zepto prev
prev() ⇒ collection prev(selector) ⇒ collection v1.0+ 获 […]
-
Java中Collection 集合框架的顶层一些方法。
Java中 C o l l e c t i o n Collection Collection 集合框架的顶层 […]