Whats up peeps..
lets say i have a ul with 30 li items
<ul class="column">
<li>portfolio items 1</li>
<li>portfolio items 2</li>
...
<li>portfolio items 29</li>
<li>portfolio items 30</li>
</ul>
i need jquery to take li items from 10 into a new ul column and if possible from 20 into a third column
so if my ul list had 30 li items it would have only 10 and create a new ul coumn with the rest of the li items.
example of what i'm trying to do is within my portfolio http://www.missionandromeda.com
i'm basicly migrating to wordpress and i must have all entries within 1 ul. would have been very easy if i only had 1 column but my design require 4 =/
Thanks! (;