[jQuery] Re: nth-child(n) not working for me - I didn't see my previous post
You rock! That was it. -Kevin
[jQuery] Re: nth-child(n) not working for me - I didn't see my previous post
You're not really referencing the 'n' variable you just defined, as you're passing a string. var n = 2; $("#filterTable tbody tr td:nth-child("+n+")").each(function(){ On Sep 17, 2:24 pm, kcharles <[EMAIL PROTECTED]> wrote: > I switch between var n = 2; nth-child(n) and nth-child(2) and get > d