开发者

how to use jquery to drag and drop from multiple tabs

开发者 https://www.devze.com 2023-03-13 00:53 出处:网络
im building a toolbox application that has panes of items that can be dropped onto a canvas. problem is.. when i build the application i want multiple tabs of items that ca开发者_Go百科n be dropped on

im building a toolbox application that has panes of items that can be dropped onto a canvas. problem is.. when i build the application i want multiple tabs of items that ca开发者_Go百科n be dropped on to a canvas(div) and the co-ordinates recorded

I have seen some good examples of how to use jquery to do drag and drop and separately on how to do tabs. but nothing that combines the two


This might help you:

jquery-ui connect lists through tabs

However it's a tutorial for jquery-ui's "sortable" feature, so perhaps more than what your looking for. But it's tutorial could still be useful, as it's using dropable as well.

0

精彩评论

暂无评论...
验证码 换一张
取 消