That's it, just $('[EMAIL PROTECTED])  I don't need form or input in
front of it?

> Do you mean something like:
> $("input").next().remove();
> or
> $("input").siblings("div.error").remove();

Interesting. Either of these would be a start. But I'd still need to
loop over next to remove all siblings or filter siblings somehow to
only remove the siblings after the input element.

Reply via email to