Hello,
I'm using nth-child in my jquery selector to identify columns to modify. I have 5 columns (1-5) and I want to modify only 2,3, and 4. Is there a way to do this with nth-child? Something like:
$('#example tbody tr td:nth-child(2||3||4)')
I have tried several combinations but nothing seems to work. Im pretty new to jQuery selectors any help you could throw at me would be greatly appreciated.
Regards, Joe Chin