How can I implement a touch-sensitive, responsive, sortable list supporting drag & drop for Bootstrap?
问题 I have a <ul> list that I want to make sortable (drag & drop). How can I get it to work with Bootstrap 3 in modern browsers and touch devices? I'm trying to use jqueryui-sortable combined with http://touchpunch.furf.com/; it seems to work, but it's hacky and jQueryUI doesn't play nice with Bootstrap. How can I avoid Bootstrap/jQueryUI conflicts while adding touch-screen support? 回答1: The answers posted before this one are surprisingly outdated. rubaxa-sortable is a fast, no-dependencies,