done. thanks for the help.... http://ui.jquery.com/bugs/ticket/3574
On 13 Nov 2008, at 11:48, Richard D. Worth wrote: > Could you create a ticket for this in the bug tracker? > > http://ui.jquery.com/bugs/newticket (requires registration) > > Thanks. > > - Richard > > On Wed, Nov 12, 2008 at 4:21 PM, Jonathan Franks > <[EMAIL PROTECTED]> wrote: > > I wrote a simple script with 1.5.2 which used a sortable and a > droppable. If you dropped a sortable element onto the droppable it > appended it to another element. I used this functionality to make a > sortable list with a 'trash' option. > > The same code doesn't work with 1.6rc2. The appendTo command is simply > having no effect. > > Here is my code..... > > <script> > $(document).ready(function(){ > $("#trash").droppable({ > accept: ".sortable", > drop: function(e, ui) { > > ui.draggable.appendTo("#trashed"); > } > }) > $("#sortable_list").sortable({}); > }); > </script> > > Any suggestions?? > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
