How can we add a listener once after a row is attached to DOM
How can we add a listener once after a row is attached to DOM

We are using dataTable with scroller plugin.
One of our cell in dataTable renders Google Line Charts.
So we need a listener for row attached to DOM.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The recommended way is to use jQuery delegated events as shown in this example.
Kevin