Javascript Drag and drop

前端 未结 4 1839
北海茫月
北海茫月 2021-01-01 04:19

I\'m looking for someone to explain how to drag and drop in javascript, I want a horizontal line with some customizable images in it.

I\'ve had a look at the online

4条回答
  •  粉色の甜心
    2021-01-01 04:45

    I would recommend that you look into one of the Javascript Frameworks out there. We use prototype with scriptaculous.

    You can look at a demo for Drag and Drop in Scriptaculous here. And you can run through a tutorial here.

    Or look into any of the other frameworks such as JQuery or Dojo.

提交回复
热议问题