19,473
edits
(trying to capture span by ID) |
(oops, this.id is supposed to be within the JS) |
||
Line 33: | Line 33: | ||
{ | { | ||
if (hasClass(Cells[j], "hovertable_descrip")) continue; | if (hasClass(Cells[j], "hovertable_descrip")) continue; | ||
addHandler(Cells[j], | addHandler(Cells[j], "mouseover", new Function("evt", "showDescrip(this.id, true);")); | ||
addHandler(Cells[j], | addHandler(Cells[j], "mouseout", new Function("evt", "showDescrip(this.id, false);")); | ||
} | } | ||
} | } |