We'd love to help you over on the jQuery UI list:

http://groups.google.com/group/jquery-ui

Thanks.

- Richard

On Sun, Feb 1, 2009 at 3:15 PM, coyote...@msn.com <
webmas...@fantasyplaymakers.com> wrote:

>
> I'm trying to drag and drop between lists. I have the simple drag and
> drop down, but I want to add something else...
>
> I want drop a list item to another list item and replace the text or
> the drop zone.
>
> For example. I have two lists:
>
> <ul id="sortable1" class='droptrue'>
> <li id="whatever 1" class="ui-state-default">whatever 1</li>
> <li id="whatever 2" class="ui-state-default">whatever 2</li>
> <li id="whatever 3" class="ui-state-default">whatever 3</li>
> </ul>
>
> <ul id="sortable1" class='droptrue'>
> <li id="default text 1" class="ui-state-default">default text 1</li>
> <li id="default text 2" class="ui-state-default">default text 2</li>
> <li id="default text 3" class="ui-state-default">default text 3</li>
> </ul>
>
> so if I drag "whatever 1" to "default text 1" it would replace
> "default text 1" with "whatever 1"
>

Reply via email to