Hey,

This is not a real jQuery ui question, but regular jQuery.
You can't you do it with the wrap code?
Wrap the first item with <li id="list"></li> and after that replace all the
other row-items inside the <li>


Grz,

Steven Lots

http://www.b-hind.eu
http://www/lotsofdots.be



-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of vasheck
Sent: dinsdag 4 augustus 2009 15:53
To: jQuery UI
Subject: [jquery-ui] before/after prepend / append - opening and closing
tags only


Hi,

I'm wondering if there's a way to prepend an opening tag <li> only and
append a closing tag </li> only.
I have this structure:

<div class="row-1 row-odd">
blah blah
</div>
<div class="row-2 row-even">
blah blah
</div>

and I need this

<li>
<div class="row-1 row-odd">
blah blah
</div>
<div class="row-2 row-even">
blah blah
</div>
</li>

Thanks very much for any suggestions!



No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.392 / Virus Database: 270.13.42/2278 - Release Date: 08/04/09
18:01:00


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to