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