Javascript ondrag, ondragstart, ondragend

后端 未结 5 1877
暗喜
暗喜 2020-12-09 05:14

I\'ve been trying to use ondrag() and some other functions on a div rendered dynamically on an HTML page.

None of these events

5条回答
  •  误落风尘
    2020-12-09 05:43

    Have a look at this documentation: https://developer.mozilla.org/En/DragDrop/Drag_and_Drop

    Note: It does not work in every browser.

    If you want a cross-browser support use jQuery: http://jqueryui.com/demos/draggable/

    jQuery example:

    Drag me around

    Another example:

    This text may be dragged.

提交回复
热议问题