Label for 'this'

Label for 'this'

Hi all. Can anyone see what I am doing wrong here?
  1. $("label[for=' + $(this).attr('id') + ']").addClass('error_label');

Thank you :)