furf / jquery-ui-touch-punch

A duck punch for adding touch events to jQuery UI
http://touchpunch.furf.com/
3.51k stars 1.33k forks source link

Sortable to Swappable #273

Open jhekuzai41 opened 8 years ago

jhekuzai41 commented 8 years ago

Hi,

Is it possible to drag list item1 to item3 and then rather than sorting it out, it will swap item1 to item3 which results from item1->item2->item3 it will become item3->item2->item1.

Raymond-Naseef commented 8 years ago

I think this question belongs to jQuery UI widget draggable, not this project. This project is for making draggable widget work on TouchScreens. Please correct me if I am wrong.

-ray