J
Just Me
Hi,
I know this is not an ASP.NET question, but I thought someone might be able
to help.
I need to handle mouseover events etc for table cells. This is fine and I
can do this ok, my question is ifI can do it easier.
I have a table with hundreds of cells and I dont want to have to render the
whole table with as many onmouseover="functionName(this)" as there are
cells.
Does anyone know of a way of arranging things so that any cell mousover for
example will call the same function but send its own element to the
function. ?
Cheers
I know this is not an ASP.NET question, but I thought someone might be able
to help.
I need to handle mouseover events etc for table cells. This is fine and I
can do this ok, my question is ifI can do it easier.
I have a table with hundreds of cells and I dont want to have to render the
whole table with as many onmouseover="functionName(this)" as there are
cells.
Does anyone know of a way of arranging things so that any cell mousover for
example will call the same function but send its own element to the
function. ?
Cheers