首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
解决sortable.js拖拽打开新页面
解决sortable.js拖拽打开新页面
mac
2025-04-18
1
解决sortable.js拖拽打开新页面
加入这段代码,阻止事件冒泡即可
document
.
body
.
ondrop
=
function
(
event
)
{
event
.
preventDefault
(
)
;
event
.
stopPropagation
(
)
;
}
转载请注明原文地址: https://mac.8miu.com/read-502170.html
最新回复
(
0
)