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! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
