19 Apr
2021
19 Apr
'21
4:20 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28170 --- Comment #1 from Lari Taskula <lari.taskula@hypernova.fi> --- Possibly related
Q. My events don't work on the second page A. When attaching events to cells in a table controlled by DataTables, you need to be careful how it is done. Because DataTables removes nodes from the DOM, events applied with a static event listener might not be able to bind themselves to all nodes in the table. To overcome this, simply use jQuery delegated event listener options, as shown in this example. Additionally, you could use my Visual Event bookmarklet to help debug event issues. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.