How to put an event on the text in a <td>?
Hi all,
is it possible to select a text in a <td> and then put an event on it? I can put an event when a <td> or <th> or ... is clicked, but not on the text in it. Here's my trial code:
- $('th.select').text().click(function(){
- // execute code
- });
Perhaps it's an dummy question, but I realy can't figure it out how to do it 