Link to home
Start Free TrialLog in
Avatar of 7of9121098
7of9121098

asked on

JQuery MouseOver an image tag effect.


I have img html tag and I want to simulate a user moving the mouse over the image when the page loads.

I tried this but it won't work, I'm I missing something?

 $('img_id').trigger('mouseover');
Avatar of roynaufal
roynaufal

can you please explain a  bit more,didn't fully understand what you aim to do
Avatar of 7of9121098

ASKER


 I have a couple of images on the form and when I move the mouse cursor over an image it opens up.
Therefore, when the page loads I want one of the images to open up. This is why I want to simulate a mouse over-event over the image.
ASKER CERTIFIED SOLUTION
Avatar of roynaufal
roynaufal

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial