-
Is there a way to disable all animations and delays? I guess it's intentional that hoverintent creates a slight mouseover delay on first element, although it's a bit annoying. If I set everything to z…
-
Hi there
Great menu, works much better with hoverintent set to true with none of the 'flashing' and strange things going on after resizing the browser window etc. However, something that isn't built …
-
Conditions to create the crash:
```
$('#someElement').qtip({
prerender: true,
show: { target: $(".someSelectorWhereAtLeastTwoElementsMatch")}
});
```
Then _mouseover_ one of the target eleme…
-
Rolling #29 and #24 into one issue.
Looking for an elegant fix for this issue. It will likely hang around for a while. Feel free to have a go at solving it for me!
-
It would be good (also good plugin practice) to add a `destroy()` method to remove the `hoverIntent` bindings on an element or set of elements.
This would take a minimimal amount (3 unminified lines)…
-
The form export option is not working, I have tried it with all other plugins turned off on two different websites, still no joy, there are error messages appearing in the inspect panel as below:
I…
-
In concat-js.php, in `do_items()`, you have this check:
```
if ( is_array( $js_array['handles'] ) && count( $js_array['handles'] ) === 1 ) {
```
This condition never seems to be true, and the fi…
-
I have this code
```
var _hoverTriggers = document.querySelectorAll('.JS-navigator__trigger--hover');
hoverintent(_hoverTriggers,
function() {
console.log('in');
}, function() {
…
-
In my latest mockup project I do something like this:
``` javascript
(function() {
'use strict';
var extend = require('extend'),
requirejsOptions = require('./bower_components/plone-mockup…
-
mouseenter and mouseleave events, has a bug when window resizes
you need a fix, i put
$('.item-with-ul').unbind('mouseenter').unbind('mouseleave');
on line 102 of jquery.flexnav.js
```
100 });
…