> I want to selecting all input and select elements that are not hidden, while
> remaining there original dom order..

You can do that with expressions.  I think this will work:

$('#myForm :visible')

Mike

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to