2014-09-03, 07:59:43
Code:
$('#plugins .edittable tr td:first-child b').each(function(i,elem){
$(elem).closest('tr').addClass(elem.innerHTML.toLowerCase().replace(/ /g, '_').replace(/.php/g, ''));
});
<tr id="tr-0" class="disabled anonymous_data"><td style="width:150px"><b>anonymous_data.php</b></td><td>
</td></tr>