$("div").eq(0) will reduce the matched set to the first matched div $("div").eq(1) will reduce the matched set to the second matched div $("div").eq(-1) will reduce the matched set to the last matched div $("div").eq(-2) will reduce the matched set to the second-to-last matched div ...
null
@param value May be null
@return ICriterion
this = value
.
@see #equal(Object)
query.eq(query.target().getName(),"example");
@param target the base operation target.
@param value the operation expected value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|