I have a table like this link.
How can I know the td(input) I clicked is the first row or last row?
And how can I know the column index of td and the row index of td I clicked?
I know I can use $(this)
, but how to do?
$("#table_reach_condition_appoint tbody td").click(function(){
//$(this)
})