梦行框架中,元素可拖拽
1js
$(".xxx").attr('ontouchstart','touch_drag_start(this)');
$(".xxx").attr('ontouchmove','touch_drag_move()');
$(".xxx").attr('ontouchend','touch_drag_end()');本页由《梦行文档》生成
$(".xxx").attr('ontouchstart','touch_drag_start(this)');
$(".xxx").attr('ontouchmove','touch_drag_move()');
$(".xxx").attr('ontouchend','touch_drag_end()');