1
<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>
4

1 回答 1

0

我无法立即测试您的问题,但我确实为您找到了这个,这似乎是一个类似的问题。你能试试吗? http://forum.jquery.com/topic/jquery-ui-tooltip-position-fixed

于 2013-04-12T07:21:05.847 回答