Ack, it did go through twice, and not only that, I pasted a mix of old/
new code. *sigh*
Sorry everyone, hope someone can still help.
The javascript SHOULD have read:
$('#showPages, #hiddenPages').sortable({connectWidth:
'.vert'}).disableSelection();
-Charlie
On Apr 9, 10:35 am, FishGills <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---