Ich bin ich... und du?
$('input:checkbox').each(function() { if (this.checked) { alert($("label[for='" + $(this).context.id + "']")[0].innerHTML); resim = $("label[for='" + $(this).context.id + "']")[0].innerHTML; } tumResimler += resim;});