I have a table with 3 x 3 cells. Each cell contains a button, in 1-9 when click on any button, the value will be appended to an input textbox.
I tried to trigger the onmouseout event in the table but not work. and I also tried to add a div outside the table, and capture the onmouseout event.
How to use javascript to trigger that weather the client cursor is still over the table?
What I want is after the user click something in the buttons and the mouse leave the table, I need to validate what the client click-ed.