سؤال

I'm having an issue with this function call for some reason, and don't know why (it gets called every time):

box = document.getElementById("object");
box.onmouseover=function();
هل كانت مفيدة؟

المحلول

Take a look at this fiddle. hoverhandler is function-handler (just as the example), that works every time when mouseover event is fired on div-two. To show that it works, it changes the background color of div-one. Hope this example will help you.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top