Sortable connectWith - Having trouble

Sortable connectWith - Having trouble


Really sorry if this shows up twice in the group, I posted it about 3
hours ago and it hasn't shown up, so I'm doing it again. I really hope
two don't show up. :/
Can someone point out what I'm doing wrong?
Here's my HTML:
<ul id="showPages" class="vert">
<li>Contacts (1)</li>
<li>Products (2)</li>
<li>Training (3)</li>
<li>UI Demos (4)</li>
<li>Marketing Services (5)</li>
<li>Approval (6)</li>
</ul>
<ul id="hiddenPages" class="vert">
<li>File Swap (0)</li>
<li>My Account (0)</li>
</ul>
My javascript:
$('#showPages, #hiddenPages').sortable({connectWidth:
['.connectedSortable']});
What am I missing? This is driving me crazy!