Hello,
I created a table dynamically using Ajax.
Now I want to click on each row of the created table and thus should read two values from columns . These should then call a new Ajax function and reload details .
I have now tried a call alert using the following function - but does not work when the table is created dynamically .
For all other tables that were not created dynamically , it works.
Can you help me here ?