Hi Greg,
I'm defined an ID to my table (ID = "tb") that have my report, and
trying to code like this:

    $("#tb > a").click(function() {
        alert('Test');
    });

But it doesnt working.

In other words, how can I define that all <a> in my table triggers an
event when clicked?

Tks

Reply via email to