Modify ↓
Ticket #12216 (closed bug: invalid)
.appendTo() losing touch ability
| Reported by: | someyoungideas | Owned by: | someyoungideas |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.8rc1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
So I have been using .appendTo() to work with various touch events. I have two lists and when I add an item to the other list using .appendTo() it disables it from being sent back to the original list. I understand there is a possibility to use connectWith in sortable, however I am currently attempting this method. I am wondering if there is a reason/solution or if it would be simply advised to avoid this attempt all together.
Thank you
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/. Open the link and click to "Fork" (in the top menu) to get started.