<script type="text/javascript">
$('document').ready(function() {
$("td").click(function (){
var selectId= $(this).closest("tr").find("[name='table_id']").val();
alert('already clicked '+selectId);});
$(this).closest("tr").remove();
});
</script>
<script type="text/javascript">
$(document).on('wpcf7mailsent', function(){
$(".thnks").fadeIn();
setTimeout(function(){
$(".thnks").fadeOut();
}, 3000);
});
</script>