[jQuery] wrapping siblings

[jQuery] wrapping siblings

Hi, I'd like to wrap three siblings into a div, sort of like
<div ...>
<textarea ...>
<div ...>
and transform it into
<div>
    <div ...>
    <textarea ...>
    <div ...>
</div>
these three siblings also have more siblings that I want to leave out
of the loop, so it's not entirely straightforward. Any ideas?
Andreas
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/