Now Im get confused...
Wil, Is the code that you suggested equal that I wrote?

Mine
$("#tb a").click(function() {
               alert(this.id);
});

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

Tks

Reply via email to