I am using the hoverIntent.js
jQuery plugin to enable a div
be made visible on hover which I have managed to successfully achieve.
The problem I am now trying to solve is to enable items within this now visible div
to be selected. I guess I would like to pass this hovered intent over to this now visible div
. Is this possible and how would I go about doing this?
Here is an example of my problem on jsFiddle
Update
Here is an update to the problem - basically there is more then one div floated beside each other launching a separate hidden div.
If you nest your elements withing the
inner-block
you will get the desired effecthttp://jsfiddle.net/taJmz/4/