fnReloadAjax event handler cleanup after fnServerData and fnRowCallback are used
fnReloadAjax event handler cleanup after fnServerData and fnRowCallback are used
I use fnServerData function to populate table with data. Then I modify one of the columns with fnRowCallback. Then I attach the "click" event using JQuery's "on" function to the modified column's contents.
My question is this: when this table is refreshed using fnReloadAjax - are the "on click" event handlers attached to the modified column's contents cleaned up from the DOM to avoid memory leaks?
My question is this: when this table is refreshed using fnReloadAjax - are the "on click" event handlers attached to the modified column's contents cleaned up from the DOM to avoid memory leaks?
This discussion has been closed.
Replies
Allan
Allan
Allan