riktar / jkanban

Vanilla Javascript plugin for manage kanban boards
https://www.riccardotartaglia.it/jkanban/
Apache License 2.0
1.09k stars 300 forks source link

Get ID of dropped element #145

Closed samuelr7 closed 3 years ago

samuelr7 commented 3 years ago

Hi, how do I get the ID of the element that was dropped, not the board ID I can get that?

Thanks

xscode-auto-reply[bot] commented 3 years ago

Thanks for opening a new issue. The team has been notified and will review it as soon as possible. For urgent issues and priority support, visit https://xscode.com/riktar/jkanban

bairog commented 3 years ago

var itemId = el.dataset.eid;