【问题标题】:Jquery tool tip is not working in IE 8Jquery 工具提示在 IE 8 中不起作用
【发布时间】:2023-03-16 09:50:02
【问题描述】:
<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>

【问题讨论】:

    标签: jquery cross-browser tooltip


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多