<script>
$(function () {
$(document).tooltip({
content: function () {
return $(this).prop('title');
}
});
});
<span title=\"<table class='tooltip'><tr><td class='tooltipqty'>11</td><td class='tooltipqty'>$11-01-13</td></tr></table>\">
Previous Schedule
</span>
这与 FireFox 配合得很好,但没有错误出现,IE 中也没有工具提示。请帮我解决问题所在。
我正在使用以下来源
<link rel="stylesheet" type="text/css" href="jquery/css/jquery-ui-1.10.2.css" />
<script src="jquery/js/jquery-1.9.1.js"/></script>
<script src="jquery/js/jquery-ui-1.10.2.js"></script>