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!

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