Dynamically adding table row and setting class
I have a table with onw row and one column.
I have set class for column also written function for click event for class.
Now added table row dynamically and set same class.
But click event works only for existing row not for newly added row.