0

我需要画我的形象。我正在尝试在此链接中使用 JQuery:http: //davidlynch.org/projects/maphilight/docs/

当我使用鼠标悬停时确实有效,但是我需要在打开页面时绘制所有图像而不使用鼠标悬停?

这该怎么做 ?

谢谢。

4

1 回答 1

1
$(document).ready(function() 
{
  $('.targetClass').mouseover();
}

在这里,您的演示几乎完全符合您的要求: http ://davidlynch.org/projects/maphilight/docs/demo_simple.html

于 2012-06-26T15:06:47.133 回答