If you bind idTabs using click (by default) then you can use the
following to trigger it via hoverIntent:
$("a[href*=#]").hoverIntent(function(){ $(this).click(); }, function()
{});

~Sean

On Oct 29, 5:08 am, Ettiene <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I've implemented idTabs on a website and used the mouseover event to
> toggle between the tabs. Now I've been thinking of also integrating
> the hoverintent plugin, so the tabs only change when it looks like the
> user wants to hover there.
>
> Can anybody please help me with this? I've tried to chain the
> hoverintent command but it needs an on and off event, but I don't know
> where to get that from idTabs.
>
> Thanks
> Ettiene

Reply via email to