I'm having a little problem: There are two independent modules (I'm working in a drupal environment). Well, one module polls a table via AJAX request and the other module provides some services when a tr element has been clicked. BUT: On Pageload the click event is bound to the tr element. When the first module though polls in a new table, this table doesn't have the click event attached.
What I need. My second module needs to somehow know when new content comes in via AJAX, so it can bind the click element to them. Is there some way to accomplish this? Thanks Raphael