[jQuery] Re: toggleClass not working - please help
Thanks Wizzud, parents() worked.
[jQuery] Re: toggleClass not working - please help
Try using parents(...) instead of parent(...), or parent().parent(). (.fieldRow is not the immediate parent of the input field) [I'm not entirely sure that using toggleClass() on a focus event will give you the intended result, but still ... ] On Nov 7, 4:02 am, dan <[EMAIL PROTECTED]> wrote: >