im traying to get the value of any clicked td and show this in a alert() window with jquery or javascript. I was trayin alote of code around the internet \"googling\" but anyone
Why not attach the click event directly to the td? You also need to make sure you're including jQuery...
click
td
$( "td" ).click(function() { alert($(this).text()); });
id Nombre 1 miguel