Top "Mouseover" questions

A mouseover is an event that occurs on an element when the user moves the cursor over that element

jQuery .mouseover() (.mouseout) div is flickering

i have a problem with this code (i made a jsfiddle http://jsfiddle.net/r2y8J/). $(document).ready(function() { /*$(".…

javascript jquery mouseevent mouseover flicker
Check what element the cursor is on upon mouseleave() with jQuery?

I have a set of list elements (<li> within a <ul>) laid out as bubbles on …

javascript jquery nested mouseover mouseleave
Mouseover/hover effect slow on IE8

I have noticed a weird performance thing in IE8 when using mouseover events on a table with many rows (100 in …

javascript jquery performance internet-explorer-8 mouseover
Image swap jquery mouseover

I am currently having some problems getting a mouseover and mouseout function to work in jquery. I have two images …

jquery image mouseover swap mouseout
Remove the mouse over effect on a ListView in WPF

How can I get ride of the pale blue mouse over effect on my ListView? When I touch the screen …

wpf xaml listview mouseover touchscreen
protractor browser.actions().mouseMove() not showing hover effects

I am new to protractor and trying to add tests for a slider panel which is closed by default and …

protractor mouseover
Mouseover to select item in listbox in WPF

I am relatively new to WPF, but I would like to know how can I enable a listbox to select …

wpf listbox mouseover
jquery draggable and mouseover

I currently have some dropdown menus which open on mouse over. I'm implementing some drag-n-drop features using draggable and droppable …

jquery drag-and-drop draggable mouseover
Detect if Mouse is over an object inside canvas

I have created a line inside a canvas element. I am looking for the easiest way to detect if the …

javascript html html5-canvas mouseover mouseout
Tricky delay on mouseover

This is what I have currently: $("#cart-summary").mouseenter(function () { $('.flycart').delay(500).slideDown('fast'); }); $(".flycart").mouseleave(function () { $('.flycart').delay(500).…

jquery timeout mouseover