Help needed to addClass

Help needed to addClass

Hi,

I have this
 
  1. $(this).closest('TR').children().addClass('highlightRow');

I've console.logged it and its returning the right td elements I'm after but its not adding the class.

Do I need to do a .each on this statement to apply this class?