I need to find some consequent elements of one type from some point in
DOM....
For example, I have:
<div id="start">...</div><input id="id1"/><input id="id2"/><input
id="idN"/><div>xxxx</div><input id="out"/>
I need to find all inputs (from 1 to N) and not to find input with id="out"
if I use $("#start").siblings("input") I will find all inputs including
input with id="out"
I do not know Id or class of this "wrong"input - so I cannot filter it
I need to find ONLY consequent elements of one type... that means any other
element (like DIV in our example) will break this consequence.
I would appreciate any advice,
Dmitry
--
View this message in context:
http://www.nabble.com/How-to-find-some-consequent-elements-tf3344703.html#a9302237
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/