-
When working with ender v0.8.2 inside nested folders, it will silently fail to include the module contents.
Create this at src/main/js/hoverIntent/package.json (the folder tree structure is typical …
-
Hello,
First of all, congratulations, it's a nice lightweight plugin.
I'm experiencing an issue on our website with IE7 & IE8 navigators : scrollbar never appears. You can scrolldown, up... But you…
-
I haven't been able to find a way to close the menu while browsing with a touch device, since it appears that closing the menu by any method requires a mouseOut event, which most mobile devices can't …
-
Hoverintent must be in addition to just the regular hover.
axyjo updated
12 years ago
-
Hi,
Just trying out cfstatic for the first time on an existing site. I don't have any dependency information in the css / js files so thought that if I did:
```
beanFactory.getBean( "cfStatic" )…
-
Hi Nicolas,
I discovered that the plugin only respect the maxSpeed but not the enterTimeout value.
I fixed this by modifying the checkSpeed method. Instead of calling the triggerMouseEnter I call a …
-
Live doesnt work with this plugin, how do I make hovercard work with live added data ?
-
I have been digging through the code trying to figure out why the following does not work.
$('.targetDiv').hoverIntent(function(){
console.log('Over');
},function(){
console.log('Out');
},{
ent…
-
A server error page is thrown when attempting to create a childNode.
Example:
curl --verbose --request POST --header "Content-Type: application/json" -d "{relationshipName:'parent_child_test',parent…
-
Error running the following example:
curl --verbose --request PUT --header "Content-Type: application/json" -d "{id:22,name:'New Name',description:'this is the description',filter.id:'1'}" http://loc…