Tagged Questions
hoverIntnet is a very small jQuery plugin that helps to determine the user's intent. Using jQuery's hover in the background, gives much flexible control over 'hover'.
7
votes
6answers
1k views
jQuery / prototype conflict
I am using a jQuery hoverIntent.js script for a mega drop down menu system inspired by Son Tonaka's mega drop down w/CSS & jQuery sohtanaka.com/web-design/mega-drop-downs-w-css-jquery. My page ...
5
votes
3answers
391 views
Combining jquery cluetip and hoverintent?
I'm using jquery's cluetip to show, huh, tooltips :-)
I made them sticky, because I want the user to be able to move the mouse to the shown tooltip - if they wish. However, if the user does not move ...
4
votes
1answer
3k views
Replacing MouseOver with .hoverIntent
First off I apologize... I have posted this question before but I did a bad job of explaining it. I'm having trouble plugging hoverIntent into the following JavaScript... I need it to replace the ...
3
votes
2answers
344 views
Hover Intent plugin
I am looking for a solution to analyse mouse movements and decide when to fire actions like tooltips.
In the past, I have been using hoverIntent:
...
3
votes
1answer
3k views
JQuery: Why is hoverIntent not a function here?
I'm modifying some code from a question asked a few months ago, and I keep getting stymied. The bottom line is, I hover over Anchors, which is meant to fade in corresponding divs and also apply a ...
2
votes
1answer
52 views
How can I improve the performance of this jquery animation code
I've written some code that when I hover over an element, adds four arrows around it and loops an animation so that they move back and forwards.
This is to visually show that the element is ...
2
votes
1answer
41 views
How can I modify my plugin to work with hoverIntent if it is available?
I hav a plugin that uses hover() but it should use hoverIntent() if it is available.
How would I do this with minimum fuss?
2
votes
1answer
242 views
Hoverintent for Prototype / Scriptaculous
Recently came across the HoverIntent plugin for jQuery. It acts like a regular mouseover or hover observer, but waits to fire the action until/if the mouse slows down or rests. With tuning, it ...
2
votes
3answers
2k views
jQuery hover with setTimeout (opposite to hoverIntent)
I have a set of images that for each one I would like to rollover and flicker to a different image for half a second or so, then revert back to the original image, even if the mouse is still over the ...
2
votes
2answers
356 views
hoverIntent triggers 'out' function on select element
The code that follows is used for showing and hiding Mega Dropdowns. If you mouse-over a link with the class of 'dropDown', it's child '.dropPanel' shows. As long as your mouse is over either the link ...
1
vote
2answers
40 views
unordered list is being affected by mystery formatting
I feel like I'm losing my mind here.
I've peeled back the css layer by layer to its bare minimum, and the list still displays as though the wrapper has about 50 pixels of left padding.
I'm using some ...
1
vote
2answers
70 views
How to Unbind/Stop onMouseOut event if form fields have focus, in hoverIntent jQuery plugin?
I'm using the jQuery plugin hoverIntent to expand/shorten a div which has a form in it. As you can see below, the form is shown, when the div is tall.
How can I prevent the onMouseOut/makeShort from ...
1
vote
2answers
97 views
jQuery - ToolTip - mouseover & mouseout seem to be firing in loop without mouse movement - hoverintent hasn't helped
What I'm trying to do:
I have a div that I generate and hide on page load. When specific elements on the page are moused over, I want to display the div as a tool tip above the element. I had added a ...
1
vote
0answers
36 views
Issues animating div with jQuery in IE8
I'm using jQuery to animate 3 sections of a site: http://oceanic.medialounge-dev.co.uk *the ones that say roll over)
They work fine in every browser except in IE8 where they just move around ...
1
vote
1answer
199 views
Rebinding hoverIntent jQuery plug-in
I am using a combination of Drupal Views, ajax and the hoverIntent plug-in to display content. Problem is, after an ajax request the 'hoverIntent' event is no longer bound to the my selector (in this ...
1
vote
1answer
246 views
JQuery HoverIntent for non-nested menu content
I'm using JQuery HoverIntent to create a menu.
Here is the basic structure of my HTML code:
<ul>
<li><a href="#" class="current">Home</a></li>
<li ...
1
vote
2answers
297 views
JQuery hoverintent: convert “on hover” to “on click”
I'm using the Hoverintent JQuery plugin to make a DIV expand.
Now I want it to work "on click" rather than "on hover"
How do I do this? I know this is simple simple JQuery, but my knowledge is ...
1
vote
2answers
230 views
How can I cancel hoverIntent on parent element when hoverIntent on child element fires?
I have a parent element that when hovered over shows an element. I also have a child element that when hovered over shows a different element.
I don't want them both to fire at the same time - i.e. ...
1
vote
1answer
99 views
Integrating hoverIntent with “mousedown”
Hey all, I've got an HTML table, and I'm trying to create some Excel style functions like copying and selecting cells and such. I had some cool effects going (using jQuery's mousedown on table cells), ...
1
vote
1answer
246 views
Implementing Hover Intent
I just finished developing this Wordpress theme:
http://www.minnesdiner.com/
Everything is working well, but I'm not 100% happy with the navigation.
The sliding position indicator works smoothly, but ...
1
vote
0answers
144 views
hoverIntent + close button (problem with timeout?)
I'm using hoverIntent with a shopping bag (#bagContainer), and everything works OK.
function bagOver(){
$(this).find("#bagContainer").stop().fadeTo('fast', 1).show();
}
function bagOut(){
...
1
vote
2answers
304 views
How to bind multiple eventhandlers for hoverIntent?
I have the following code in one of my js files
$('#elementID').hoverIntent({
over: function() {//function#1 body},
out: function() {// function#2 body}
});
and in another one of my js ...
1
vote
1answer
289 views
HoverIntent ClearTimeout
How do I clear the timeout built-in to hoverIntent? I'd like to do it from within the over section of the same hoverIntent.
1
vote
2answers
214 views
inconsistent hoverIntent behavior in chrome, works fine in FF and on other page elements
I'm working on a simple hoverIntent bit on two page elements (hovering over "search_over" makes "search" visible, and hovering over "subscribe_over" makes "subscribe" visible), and I can't figure out ...
1
vote
2answers
551 views
How to make jQuery Beauty Tip stay open as long as the cursor is over the tooltip text?
I am using jQuery beauty tips (which is also using hoverIntent plugin) and I would like to display an href link inside the tooltip text and allow the user to click on the link.
However, as soon as we ...
1
vote
0answers
222 views
Safari MegaMenu c/ hoverIntent problem when rendering over Flash swfobject
I have a bizarre problem that recently surfaced. I have some megamenus -- they are coded very simply as unordered lists and use jQuery. There are coded up very much like this SitePoint tutorial found ...
1
vote
1answer
452 views
Can't get hoverIntent jquery plugin to work
I must be making some obvious mistake but it just doesn't seem to work.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled ...
1
vote
2answers
499 views
CSS menu is flickering when scrolling through it with hover effects
I hope i described the problem well!? You can see it here:
http://dealmob.de/index_dev.html
when u hover over the menu up and down fast u see the that its not staying, insteads its flickering like ...
1
vote
1answer
4k views
JQUERY hover dropdown with hoverIntent
I am creating a dropdown that slides down when hovered over. This is some code that I had. I want to use HoverIntent to accomplish this goal.
.menu_img is the class on the image that is hovered over ...
1
vote
1answer
750 views
Does the jQuery hoverIntent plugin work in Internet Explorer?
Is the hoverIntent plugin compatible with Internet Explorer? I'm having trouble plugging it into the following JavaScript:
if (jQuery.browser.msie === true) {
jQuery('#top_mailing')
...
1
vote
1answer
878 views
Plugging in jQuery HoverIntent for Sliding Panel
I have the following code running to create a dropdown accordion that reveals the hidden div "#top_mailing_hidden" when the div "#top_mailing" is hovered. The problem is that when I interrupt the ...
1
vote
1answer
2k views
jQuery Tools tooltip to use event special hover
Does anyone know how to modify jquery tools tooltip:
http://flowplayer.org/tools/tooltip.html
to use event special hover:
http://blog.threedubmedia.com/2008/08/eventspecialhover.html
jQuery tools ...
1
vote
1answer
1k views
cfg.hover error with jQuery hoverIntent plugin
I am attempting to use the hoverIntent plugin to delay some animation effects on progress bars. However, for some reason hoverIntent doesn't seem to be functioning at all.
I have the following in my ...
0
votes
0answers
35 views
How to change jQuery plugin instance settings on-the-fly?
I am using jQuery hoverIntent plugin like this:
$('#box').hoverIntent({ over:function_a, out:function_b, interval:0 });
However I want to change setting on-the-fly of this instance within ...
0
votes
2answers
41 views
Displaying DIV at mouse position on hover with hoverIntent
Ok, so I have a table containing information about jobs.
The goal is that when the user hovers on a row in this table about a specific job, jQuery makes an Ajax call, retrieves the data about the ...
0
votes
0answers
46 views
Triggering hoverIntent in a Capybara/Selenium test
Has anyone figured out how to trigger a hoverIntent event via Capybara?
In my Rails app's main view, edit buttons appear in a table cell when the user hovers the mouse over that cell.
I recently ...
0
votes
1answer
26 views
A way to create a hoverIntent type delay effect with CSS3?
So when I quickly move my mouse over an object, it wont fire it's animation, not until the user hold their mouse over that object for a specified number of ms. I don't believe this can be done with ...
0
votes
0answers
23 views
using hoverIntent plugin : how to still show when another hovering another div?
<li>#1</li>
<li>#2</li>
<li>#3</li>
<div id="one">#1</div>
<div id="two">#2</div>
<div id="three">#3</div>
I have to use this ...
0
votes
1answer
183 views
jQuery mega menu hoverIntent mouseOut
I'm using Soh Tanaka's "Mega Menu" - http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/ - on a dropdown menu and having some issues with the "out" function. The menu uses hoverIntent ...
0
votes
1answer
142 views
Since jQuery 1.7, hoverIntent event on UI Tabs does not fire
since I've upgraded to jQuery 1.7, the hoverIntent event does not work anymore on UI Tabs. Since jQuery 1.7, the tab switches instantly instead of using hoverIntent.
Here is the code, I used to ...
0
votes
0answers
37 views
hoverIntent not executing properly in nav menu
Ok, I have this navigation menu that works in general. When using the hoverIntent plugin, the nav menu has problems when moving from far left tab menu item to the far right tab menu item. As you ...
0
votes
2answers
208 views
Remove delay of Superfish dropdown menu onmouseover, while keeping the Hoverintent delay onmouseout
I'm having trouble removing the initial delay of the Superfish dropdown fix. My client wants a delay onmouseout, but not a delay onmouseover.
I've got a pure CSS dropdown menu (identical to the ...
0
votes
1answer
45 views
Confused about hoverIntent - how do I add it to mouseover and mouseout?
I would like to add the hoverIntent plugin to my jQuery code to make things a little smoother, but I just can't figure out how to do so.
My jQuery is already working as it should;
<script ...
0
votes
1answer
80 views
jQuery - unbind or rebind hoverIntent()?
I have a menu bar that displays a set of categories in an upper row.
One of the categories has a set of sub-categories.
I have a hoverIntent setup so that it will slideDown the submenu, and slideUp ...
0
votes
2answers
57 views
Hover intent not working, or i'm doing something majorly wrong
I have been trying to figure out this hoverintent plugin and its stumping me. Here is what i have:
var config = {
over: $(this).children('.mo_url').css('display','block'), // function = ...
0
votes
1answer
87 views
JQuery clear hoverIntent
I have some items lets say X, Y, and Z. I use hoverIntent for the hovering event. Let's say when I hover on X I display a tooltip with such kind of code
jQuery('.tooltiper').hoverIntent({
...
0
votes
1answer
34 views
How to prevent callback if animation is stopped in jQuery?
I am working on a project containing a lot of hoverable divs. I wrote an animation that does this :
On mouseover, an image fades out, and as a callback, a div containing information fades in. then on ...
0
votes
1answer
88 views
How do I replace jQuery mouseenter with hoverintent?
I have the following jQuery set up on a site:
$(function() {
$('#sub-nav > ul > li')
.children('a').mouseenter(function() {
$(this).siblings('ul').toggle("slow");
return ...
0
votes
1answer
314 views
hoverIntent() not a function
I can't seem to get hoverIntent plugin to work. It's definitely loading jQuery and hoverIntent. But, .hoverIntent() is "not a function". (.hover() works fine).
<script type="text/javascript" ...
0
votes
1answer
151 views
Good Javascript library for hover events to implement in-page popups/tooltips?
I'm trying to find the perfect JavaScript library that will let me implement popups/tooltips within the page based on the hover of an element, taking into account all the necessary delays/paths that ...