The `.hover()` method binds handlers for both mouseenter and mouseleave events.

learn more… | top users | synonyms

0
votes
4answers
34 views

Creating a dynamic Image on Mouse Hover

I want to create an Image when the users hovers over a certain thing. I want some data on the image which I am creating dynamically through javascript. Attaching the image of what I need to do ...
1
vote
1answer
45 views

magnify effect on mouse hover

i have a navigation bar containing few links. i want the link to magnify(increase size) on mouse hover. i want other links to be in their respective position. i wrote code following code for this. ...
1
vote
0answers
54 views

Problems with my Dropdown Menu in IE7

I'm currently developing a new site: http://v-designs.ch/Blackbeats/ I tried to adjust it to older browsers but there's a problem in IE7. I know IE7 is quite outdated but still I'd like to make it ...
0
votes
2answers
30 views

Jquery: Append a Class on hover of a div and remove when not hover

I want to append a class to a div on hover of that div and remove that class when its not on hover. And when I hover on another div, again this class should be appended and removed when its not on ...
1
vote
3answers
38 views

jQuery hover to set position left doesn't work in IE?

I'm having an issue making the follow code work in ANY version of IE. The div that should be showing up simply does not appear on hover at all... $('.trigger').hover(function() { ...
0
votes
3answers
39 views

jQuery : hover event not work for appended object with ajax request

Hi, the jQuery hover event not working for appended object via ajax . I add <div class="item ..."> ... </div> with Ajax call: var jqxhr = $.ajax( '{{ path('nextPage_url') }}'+page ) ...
0
votes
2answers
70 views

jQuery MouseOver dropdown pushes div beside

I have made a drop down menu using jQuery. On mouse enter it opens and on mouse leave it closes. The Problem The menu seems to 'push' other elements beside. jsFiddle working exapmle: ...
0
votes
1answer
146 views

How to show or hide a social sharing buttons div on mouseover using jquery

I am trying to work out how to show hidden shearing (facebook, google+, twitter) divs when hovering over one div. Take this as an example animation of sharing round div on top right side : ...
0
votes
1answer
96 views

Setting hover on specific li menu items using JQuery

I have a menu and I would like to be able to be able to hover over the menu items under Policies and have a tool tip appear using JQuery. My thought would be to use the selector ...
0
votes
1answer
35 views

jquery hover: Using a function and passing arguments makes it run immediately

In short, this works --> http://jsfiddle.net/mammolastan/ccafu/3/ this doesn't --> http://jsfiddle.net/mammolastan/2mZVu/ I am using jQuery hover. In Example 1, function append(e) will only run ...
0
votes
2answers
33 views

How to make a div unable to be hovered over?

I have a navigation menu where if you hover over any of the link items, an animated arrow appears that slightly overlaps the menu. The problem is that if you mouse over the part of the arrow that is ...
0
votes
2answers
24 views

Start the script on Hover jQuery Cycle

I have done the jQuery cycle in my practice web design. My problem is, I want the script to start on mouse hover but what happens is when I refresh the page, it starts already. On my 1st mouse over, ...
0
votes
1answer
50 views

pause jQuery slideshow on hover function

i have this code : $(function () { var current = 0, $imgs = jQuery('#m_slider .ms1'); imgAmount = $imgs.length; $($imgs.css('position', 'absolute').hide().get(0)).show(); ...
0
votes
1answer
32 views

JQuery - click and hover on same function

I have this jQuery script: $('img[data-hover]').hover(function() { $(this) .attr('tmp', $(this).attr('src')) .attr('src', $(this).attr('data-hover')) .attr('data-hover', ...
0
votes
2answers
39 views

jquery adding hover to animation

I have a div that animates in and out on a continuous loop with this code: $(document).ready(function() { setInterval(function () { $("#possum-animate").animate({ bottom:"32" }, 3000 ...
0
votes
1answer
28 views

How can I use jquery to get a hover effect to work on ajaxed data?

I have the following jquery script that works fine when I view a particular webpage. This webpage allows me to change the data via ajax. The problem is that when I "ajax in" some new data, the script ...
-1
votes
2answers
31 views

Having header viewable while using .slideToggle

I have a div (within #slideup there is a div with a div with PHOTOS) that I want "PHOTOS" to be positioned at the bottom, but when you hover over it it expands up and the header then goes to the top ...
3
votes
2answers
530 views

jQuery hovers don't work in IE10 but works in lower IE versions

On my site, the boxes are supposed to fade into the description. This works in every browser I've tried except IE10. This is a WordPress site and I use nine plugins. I've tried deactivating all ...
1
vote
2answers
30 views

jQuery hover strange bug

I have little problem with my jQuery hover. I make my personal page and I load my data from AJAX. So I cant figure out why the hover is bugging. First I tough it was because my element was with ...
0
votes
1answer
21 views

Larger script file fails but smaller seems to be ok

Here is fiddlelink where my result page is ok and and there is bad page but more 'advanced'. Why doesn't the page respond correctly after I added: $('#progressbar').progressbar({ value: 37; }); ...
1
vote
2answers
67 views

Stop flickering on hovering between divs of same class

I have 3 groups of divs which have a class dynamically assigned to them. When a user hovers over any of the divs, jQuery checks the class and fades the others with the same class. This works well but ...
0
votes
1answer
201 views

Change the position of the image being shown on mouse hover using jquery

The code below displays a larger image when the user hovers over a thumb version of the image and the larger image moves with the mouse. The code below works, but it positions the image to the right ...
-2
votes
3answers
82 views

:hover produces errors. How can I fix this? [closed]

I noticed that I was getting the following error in the console on my website. Error: Syntax error, unrecognized expression: unsupported pseudo: hover @ /wp-includes/js/jquery/jquery.js?ver=1.8.3:2 ...
2
votes
2answers
37 views

linking jQuery elements to show on hover

Is there a simple way to link jquery elements, for hovering. I have the jsbin at http://jsbin.com/useviz/3/edit I have it basically so that it doesn't close when you are hovering over the ul The ...
0
votes
1answer
32 views

jquery hovercard loads late, so displays an empty hovercard

I have implemented an hover card. It displays perfectly %90 of the time. But sometimes it displays an empty hovercard and I think it cannot load. By the way, I have a Webservice which is called if you ...
0
votes
1answer
31 views

Change opacity of thumbnail with jquery

I'm building a video gallery for a friend and I'm trying to change the thumbnail opacity on hover with jQuery fade. I can change it with CSS, but I'm trying to get a fade with jQuery Any tips on ...
0
votes
3answers
47 views

How do you keep hover in effect for 3 seconds after you stop hovering over it in jQuery?

What this code does is when you hover over an item in a list, it changes to red, and displays another list below. If you are no longer hovering over any elements, the goal is to have the latest thing ...
0
votes
1answer
29 views

H1:hover in full div

I have a div with a h1, that h1:hover is color:#FFFFFF. What I want is when I mouse hover the div the h1 turns #FFFFFF. Is there any jquery to get h1 hover to the full div? ...
0
votes
0answers
99 views

Stop all jQuery animates on mouse leave

I currently have a set up where if the user moves the mouse to either the right or left side of the page, the main content will scroll sideways. This works fine if the animation is played quickly, but ...
1
vote
2answers
37 views

Toggle effect inverted after updating DOM element

I have a table with some checkboxes. When the user clicks on any checkbox, the content of the cell is updated. The table has a toggle effect over each group of rows. This effects gets inverted when I ...
0
votes
2answers
41 views

mouseenter and mouseleave do not works jquery

HTML code: <body> <img class="card" src="card.jpg"/> </body> CSS code .card{position: static; margin-top: 100px; margin-left: 100px; z-index: 10; } .cuad{ ...
2
votes
2answers
575 views

mouse hover message display over certain parts of image jquery/js

I have this image on html/php page dimensions 500x500 pixels. Now I want that its portions are sliced and when user bring his mouse over the image at different portions of image different message ...
0
votes
3answers
56 views

Need to display a hidden div and have it stay when the user hovers over it

I am trying to recreate the same effect as this page http://www.zendesk.com/company/management-team I am using the code below $("#theLink").hover( function () { $("#theDiv").fadeIn(); ...
0
votes
2answers
161 views

Dropdown menu stays open on touch devices

I have a drop down menu, and it works great except on touch devices. On an ipad, when you touch one of the menu items, the dropdown appears like normal, but stays there even if you touch someplace ...
0
votes
2answers
48 views

hoverIntent use id of hovered element to change class

I'm trying to reveal content using hoverIntent without writing specific conditions for each id. I would like to have the id passed to the mouse in settings so I can reveal content selected by adding ...
0
votes
6answers
49 views

How can this be shortened?

Have several hotspots by ID. The ID specific hotspots show an area (#ID-ed textarea) at mouseover and then hide the textareas at mouseout (note the CSS display:hidden was remarkably faster than ...
1
vote
0answers
53 views

jquery table hovering from image area and map

I have a picture, one map. I would like that when there is mouseover in a specific zone (I used area and map tag), the cursor will become an html element (img, or text) and will be on highlighted the ...
1
vote
1answer
741 views

jQuery + CSS gallery hover effect

I'm having some trouble with an image gallery. To achieve the rollover effect I have this jQuery script: var gallery=$("#galeria .one-third.column"); var thumbs = $("#galeria ...
0
votes
1answer
41 views

unable to use hover on visible overflow content

Unfortunately I find myself trying to work around a layout that doesn't exactly support my needs. That said, changing it totally is not currently an option. That said, I basically have some overflow ...
0
votes
3answers
127 views

jQuery manage multiple star rating

On my website I have a page with serval results where people can bring out there rating. With one rating list on the page everything works fine but with multiple I got a little problem by selecting ...
0
votes
2answers
122 views

jQuery UI Show Blind queuing issues

I am having trouble with a button i'm trying to apply an animation on. The effect i'm trying to create is that a button with a white border and transparent background gets filled with white ...
0
votes
0answers
45 views

Jquery Hovercard cannot display the custom data

I am trying to use Jquery Hovercard plugin in my project. I wrote a webservice which returns JSON object. HoverCard is supposed to get JSON from that webservice and display it on the screen. I can see ...
0
votes
1answer
74 views

How can I apply jQuery to multiple class items children?

I have a class called .bxSlider I want to apply this jQuery to all the .bxSlider Div boxes. However, I want to apply some jQuery to individual boxes. $(document).ready(function(){ // LOAD ITEM ...
1
vote
0answers
109 views

Jquery ui: How to toggle backup when mouse out?

I have the following code. When I mouse over/hover over the drop down box it opens up. How do I make the drop down box toggle back up for the mouseout? CSS in the <head> body { ...
0
votes
2answers
73 views

menus apper on hover like twitter

Hi everyone I'm working on my own little bookmark project. I'm using rails 3.2.11 and I'll like to add a menu like twitter when hover over a tweet a little menu will show right bellow it. Well if you ...
0
votes
1answer
152 views

Jquery: submenu appears with hover function but not click function

I have a multi-layered navigation the consists of 3 <ul>s nested in each other (obviously a menu with hidden submenus the show on click). I have created a script to show the 2nd level ...
1
vote
1answer
133 views

jQuery .toggleClass() is working locally but not on the remote server

Please help. This code works locally but not after I upload it to the remote server. It does not seem to be a cdn issue because I put an alert statement in as a test. The second statement is for a ...
0
votes
8answers
134 views

Making an element visible by hovering another element (without :hover-property)

Okay, here's the problem: i have these three DIVs: <div id="gestaltung_cd"></div> <div id="gestaltung_illu"></div> <div id="gestaltung_klassisch"></div> …and ...
0
votes
2answers
107 views

jQuery nav .animate .hover --why wont this work?

I've got a side menu that I am trying to animate. i want it to be visible on page load, then slide to the left margin. On hover, I want each li to animate 150px to the right, and than back -150px on ...
0
votes
3answers
62 views

Get and set the height and width of elements on hover only once

On hover, the following code gets the tallest column in a submenu panel and sets all columns to the same height. It also gets the sum of the width of all columns and sets the column container width ...

1 2 3 4 5 6