0
Display an alert when the mouse pointer is over the div tag
onmouseover
5 odpowiedzi
+ 6
is it a question or an answer?
+ 3
Or give the element an id or class and manipulate it with JS event listeners. Is this supposed to be a tip because I was hoping you answer Elizabeth?
+ 3
IT IS A VERY VERY VERY BAD IDEA TO DISPLAY AN ALERT ON MOUSE OVER AN ELEMENT !!!
As displaying alert box in loops: the user can be quickly blocked by unwanted auto pop-ups, if they occurs on such events that are fired too much frequently...
+ 1
Use onmouseover, you can find it in DOM and events
+ 1
its a answer of last question of js.... anyway thank for replying on my post