SyntaxFix
Write A Post
Hire A Developer
Questions
$('td').click(function() { var myCol = $(this).index(); var $tr = $(this).closest('tr'); var myRow = $tr.index(); });