JQuery map highlight?

1.1k views Asked by At

I am need paint my image. I'm trying use JQuery in here this link: http://davidlynch.org/projects/maphilight/docs/

When I am using mouseover does work, but I need when open page all images are painted without mouseover ?

how to do this ?

thanks.

1

There are 1 answers

2
mnowotka On BEST ANSWER
$(document).ready(function() 
{
  $('.targetClass').mouseover();
}

Here you have demo doing almost exactly what you are asking for: http://davidlynch.org/projects/maphilight/docs/demo_simple.html