Without testing at all...  :)
Maybe something like this?

$(this).previous().children("[rowspan]");

You can use xPath to find the attribute stuff.
$("a[rel=foo]")

Glen

On 9/18/07, Tim <[EMAIL PROTECTED]> wrote:
>
>
> Given the following as an example, does anyone know how I can
> highlight cells r2c1 and r2c2 whenever row 3 is moused over? Maybe
> something like, "add the children of the previous sibling to the
> selection criteria only if they contain a rowspan attribute"?
>
> http://www.tubenation.com/jquery/highlightable.html
>
>

Reply via email to