+ 1

(ask ) Any have tried "Jump Here" feature ? Problem

I got the question to display an alert but through html attribute. The code to fill in is: <div ...= "alert('something')>what ever text here</div> Are any attribute to attach JavaScript like onclick, but for " Hovering" ?

6th Dec 2024, 11:25 AM
W-UD
2 Antworten
+ 4
onmouseover Event The onmouseover event occurs when the mouse pointer enters an element. https://www.w3schools.com/jsref/event_onmouseover.asp Hope this helps
6th Dec 2024, 12:45 PM
SoloProg
SoloProg - avatar
+ 1
Thanks
7th Dec 2024, 12:57 PM
W-UD