This is done by listening for mousedown and touchstart events on the movable element. <div id="movable-element" onmousedown="pickup(event)" ...
確定! 回上一頁