如何使用香草 Js 拖放存储已删除项目的状态



>我正在尝试存储可拖动项目的状态,以便无论它们在哪里放置,都将保存在 Web 应用程序中。我正在使用看板库

我希望将item-1Board A拖到Board B,重新启动应用程序并在Board B中找到item-1

为我工作试试。

 dropEl: function(el, target, source, sibling){
         console.log (el.getAttribute('data-eid')); // ID OF ELEMENT - TASK
         console.log(target.parentElement.getAttribute('data-id')); // ID OF BOARD 
  });

相关内容

  • 没有找到相关文章

最新更新