Kim, I think you are right.
$(this).parents("div.foo") should work.
The following might also work:
$("../div.foo",this)
But I haven't had time to punch that in myself yet.

~Sean

Reply via email to