Gilles (Webunity) wrote:
Given this query:
jQuery('.formError:first', this);

I basically have this question:
How can i find the first input element, before an object?

How about
jQuery('.formError:first', this).prev();

That should do the trick.

--
Suni

Reply via email to