使用两个数据列表拖放图像
我有两个数据列表,一个数据列表有图像。我想通过 javascript 或 jquery 拖动这些图像并放入另一个数据列表中。请帮我。 我查了一下 http://developer.yahoo.com/yui/examples/dragdrop/dd -reorder.html 链接,但它对我来说没有用,因为他们正在使用雅虎库。
I have two data list one datalist have images. i want to drag those images and drop in another data list throught javascript or jquery. please help me.
I checked
http://developer.yahoo.com/yui/examples/dragdrop/dd-reorder.html
link but it is not useful for me because they are using yahoo library for it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您查看 jQuery UI。
特别是,我认为 可排序组件 可以满足您的需求。示例中所示的文本项也可以是图像。
I suggest that you look into jQuery UI.
In particular, I think that the sortable component does what you want. The text items shown in the example can also be images.