$('tr[datum] input[type="checkbox"]').click( function(){ alert( $(this).parents('tr[datum]').attr('datum') ); })