riktar / jkanban

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

How to get item id when clicked #188

Open anugrahdputra opened 1 year ago

anugrahdputra commented 1 year ago

How i can get item id when click the board's item? thanks

WriterStat commented 1 year ago

Please read the usage area, found on the first page of this project. There you will find what you are looking for. Cheers,

You'll need to fill in the click function and then interrogate the dom element. And in many cases code the rest.

The Demo also found on the first page of this project, is also a good place to see an example of the click function and interrogating the passed-in dom element. Please note: you'll need to code the item id to be unique.