[jQuery] [validate]

2009-07-23 Thread dustin.c
Hi all, I'm using the jQuery validate plugin. When select boxes don't pass validation, I want them to to be revalidated onChange. I don't see an option for this in the validate() options. Do I have to add it manually to the elements onchange attribute? -Dustin

[jQuery] find all cells with only text as children

2008-02-21 Thread dustin.c
I have a series of nested tables and i want to addClass() to the cells that are holding only text ( not ones that are holding more tables ). Any ideas on how to select those?