jQuery UI工具提示 - 似乎不起作用?

时间:2014-06-03 09:46:56

标签: jquery html jquery-ui

我有一些HTML标记

<body>
<img src="http://placehold.it/350x150" usemap="#Map" />
<map name="Map">
  <area shape="rect" coords="94,57,155,95" href="#" title="350">
  <area shape="rect" coords="189,57,250,96" href="#" title="150">
</map>
</body>

我想使用jQuery UI的工具提示,所以包括

$('map').tooltip({
  items: "area",
  track: true,
  }); 

并包含外部资源文件,但它似乎无法正常工作。谁能告诉我哪里出错?

这是上述代码的缩写:http://jsfiddle.net/Yz7bC/

0 个答案:

没有答案