How does the event write when the HTML cell is dynamically added? Mouseover event

xiaoxiao2021-03-05  21

Tr = grid1.insertrow (grid1.rows.length);

TD = tr.insertcell ();

Td.innertext = "a";

TD = tr.insertcell ();

Td.innertext = "B";

For example, how do you write a mouseover event when you have passed this line?

转载请注明原文地址:https://www.9cbs.com/read-39191.html

New Post(0)