Does anyone know if there exist some kind of selector to select al the elements from a matched set but the one given by the indicated index. E.g.:
$("li").neq(2).size();
Supposing that there were 5 elements, the last statement would give you 4, and would contain all the <li>
elements but the second one in the DOM.
question from:
https://stackoverflow.com/questions/12057251/opposite-of-jquerys-eq 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…