Questions tagged [mouseleave]

For issues relating to setting up, subscribing to, or handling mouseleave events.

Mouseleave is an event that fires when the user moves the mouse out of the element you registered the event on.

525 questions
-1
votes
1 answer

Pop Over in SAP UI5, Autoclose when mouse pointer goes outside popover

I have created a SAP UI5 Popover using Fragment. The fragment has XML code for opening the popover window. My requirement is that when the popover is open and when the mouse pointer goes outside the popver (not mouse click outside), then the popover…
-1
votes
1 answer

Avoid mouseHover and mouseLeave for button placed inside the same Listbox

Im trying to show Buttons placed over a Listbox (similar to acrobat reader toolbox): when the user move the mouse inside the ListBox the buttons appears, and they must hide when the user leave the ListBox area. The problem is: when i move the mouse…
arc95
  • 97
  • 1
  • 8
-1
votes
1 answer

not work mousemove & mouseleave in (tilt images)

I am on tilt (the tilt images) But does not work Css and js are gonna attached to the site view-source:http://tympanus.net/Development/ImageTiltEffect/js/tiltfx.js view-source:http://tympanus.net/Development/ImageTiltEffect/css/tilteffect.css and My…
Hadi
  • 17
  • 3
-1
votes
4 answers

why doesn't this drop-down menu work with mouseover and leave?

I want it to display "you" under "Home" when hovering and disappearing when mouse leaving: // HTML // javaScript var homeB=…
Marie Mirbekian
  • 183
  • 1
  • 2
  • 9
-1
votes
3 answers

what is the best way to return the orginal style when mouseleave jquery?

I use mouseenter to input a new html. I face a challenge that I need to return the original style when mouse leave? When mouseleave, I need to remove the new html and use the original html What is the best way to do that? var eye_disease1 =…
conan
  • 1,327
  • 1
  • 12
  • 27
-1
votes
1 answer

JQuery Add delay slideUp mouseleave

I will add a delay to slideUp my Dropdownmenu. If i leave the Submenu Link it should slideUp after 2 sec. Currently it slideup immediately. The Problem is if you leave the Dropdownmenu it close . ****Update (18.4.2014 /18:40):** **This version dont…
-1
votes
1 answer

JQuery changeClass on mousenter mouseleave

I was hoping someone could help with this. I want to change the class of one div from #ron.front to #ron.upperLeft1. When the mouse enters a div .toggle1, then have it change to #ron.upperFull. When the mouse leaves .toggle1 and enters div .toggle2…
user2636033
  • 23
  • 1
  • 6
-1
votes
1 answer

Disable other div box with click, how to save clicked box?

I have more boxes on the same page, with this code i can enable individually boxes, but how can i disable old box if i click on a new box?: $('div.article').click(function(){ var clickedbox = $(this).attr('id'); $('#' + clickedbox + '…
Mirko Simic
  • 67
  • 1
  • 2
  • 9
-1
votes
2 answers

When items are hovered fast they're not returning to its default state

With reference to this question When mouseenter on each item, its overlay disappearing, when mouseleave - the overlay shows. When I have more items, and fast hovering on them randomly, they're not returning to it's previous state. It's quite…
Rafff
  • 1,510
  • 3
  • 19
  • 38
-1
votes
1 answer

mouseleave / mouseout to hide div?

I'm using the following to initially hide the div on pageload and then toggle the hide show states. $(function() { $('#playlist_wrapper').hide(); $('#toggle_playlist').click(function() { $('#playlist_wrapper').slideToggle(400); return…
Grant
  • 1,297
  • 2
  • 16
  • 39
-1
votes
1 answer

FadeOut after mouseleave then click jQuery

I have some DIV that fades in by clicking another DIV trigger element. I cannot came up with a script that will: On mouse leave then click outside -fade out the DIV Thanks for any advice.
Wolly Wombat
  • 99
  • 1
  • 1
  • 9
-1
votes
3 answers

Jquery .on and .off is not working with mouseenter and mouseleave events

I am trying to play with jQuery mouseenter and mouseleave events but failing. Here is what I am trying to do $("#selector").mouseenter(function(){ some code.... jQuery(this).off('mouseenter'); …
Shashi
  • 71
  • 2
  • 10
-2
votes
1 answer

C# cloned MouseHover/MouseLeave applies to original control & not current

I have a form that I add controls in a panel one of them is a PictureBox holds a MouseHover/MouseLeave event like this void PropAction_pBoxMouseLeave(object sender, EventArgs e) { PropAction_pBox.ImageLocation =…
ehem
  • 70
  • 7
-2
votes
7 answers

mouseenter mouseleave repeating jquery

On my portfolio website each project has his own rectangular with its title. When you move over this rectangular a first photo shows up, when you move from it the photo disappears and the title reappears. this is the HTML
-2
votes
1 answer

Cycling jquery css background image

I just want to change the thumb of a video while my mouse is over the ... I've create this script: var thumb=0; var num_thumbs = 11; $("#id) ?>_video").hover(function(){ open_hover_div[id) ?>]=true; var timer =…
1 2 3
34
35