Hi all, I already solved it, but I don't know if it is a good solution. in the dragable, if have added a drag handler, wich refreshes the sortable.
drag: function(event, ui) { $('#templateQuestionList').sortable('refresh'); } this solves my problem. anybody have any comments on this ? Regards, Bert 2010/1/2 bert <bertheik...@gmail.com> > Hi, > > I've implemented the sortable and draggable in my website like the > example on the jQuery site. The problem is that when I open the page, > and try to drag an item into the sortable it doesn't work. When I > touch an item in my sortable (only move 1 or 2 pixels) and then > release it again, it works like a charm. > The problem I think is that the sortable isn't listning to the > draggable, only after touching the sortable items, it is starting to > listning. > Maybe for being complete. The 2 lists are build with ajax. I've tried > a lot of things. Moving the init around of the sortable and draggable, > calling enabled on the sortable > > Does anybody know this problem, or knows yet antoher way to get it > working ? > > Regards, > > Bert > > -- > > You received this message because you are subscribed to the Google Groups > "jQuery UI" group. > To post to this group, send email to jquery...@googlegroups.com. > To unsubscribe from this group, send email to > jquery-ui+unsubscr...@googlegroups.com<jquery-ui%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/jquery-ui?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.