$(function(){ $("tr:nth-child(10n) td:nth-child(3n)").each(function(){ alert( this.innerHTML ); }); });