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
[email protected]
http://jquery.com/discuss/

Reply via email to