I want to make rows in a table clickable.  the row already contains a
link in a TD cell which works - however, i've added a hover effect to
the table and want to copy the href from the link and add it to the
row itself

all rows in the table have class  .Row  to make selection through
JQuery easier.

I can add href fairly easily to the rows, but i don't understand how
to scan the row for a link (there is only one) and copy it to the
row's href.

HELP

Reply via email to