Help needed to addClass
Help needed to addClass
Hi,
I have this
$(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?
Topic Participants
alistair.laing