I am trying to validate a text input when it loses focus. I would like to know which row of the table it is in. This is what I have so far and it keeps coming back as unde
try closest('tr') if you are version 1.3+ . it'll work better than parent().parent()