Questions tagged [mouseout]

A mouseout is an event that occurs on an element when the user removes the cursor from that element

A mouseout refers to a GUI event that is raised when the user removes the cursor from over a particular area of the GUI. It is usually preceded by the similar but opposite mouseover event, in which the user moves the cursor over the GUI area.

393 questions
114
votes
5 answers

What is the difference between jQuery's mouseout() and mouseleave()?

What is the difference between jQuery's mouseout() and mouseleave()?
Dave
  • 8,879
  • 10
  • 33
  • 46
29
votes
7 answers

Change background color on mouseover and remove it after mouseout

I have table which class is forum. My jquery code: