we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "get id of first td jquery"
Giorgio
03 Apr 2017
1$(".hit").click(function(){    
2   var value=$(this).closest('tr').children('td:first').text();
3   alert(value);    
4});
5