JQuery地图突出显示?

时间:2012-06-26 14:58:21

标签: javascript jquery jquery-plugins jquery-highlightfade

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

当我使用鼠标悬停确实有效时,但是我需要在打开页面时所有图像都是在没有鼠标悬停的情况下进行绘制的?

怎么做?

感谢。

1 个答案:

答案 0 :(得分:1)

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

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