Try $(elem).trigger('hover'); or $(elem).trigger('mouseenter'); and
see if that works out for you.
Nathan Hammond

On Sep 4, 7:50 pm, Cerebral <[EMAIL PROTECTED]> wrote:
> Hi,
> is there a way to directly call the hover() or mouseover event ?
> I know I could use a separate function as the parameter but what I
> need is to trigger the hover event on my selected element, much like I
> can force the click event by writing something like $(elm).click(); in
> that case the click applies without user interaction.

Reply via email to