$('td').click(function(){ var row_index = $(this).parent().index(); var col_index = $(this).index(); });