jquery
  • cross-browser
  • tooltip
  • 2013-04-12 2 views 1 likes 
    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에는 툴팁이 표시되지 않습니다. 무엇이 잘못되었는지 도와주세요. 소스IE 8에서 Jquery 도구 팁이 작동하지 않습니다.

    <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> 
    
    +0

    any js errror! – rahularyansharma

    +0

    IE에 오류가 없습니다. – sunleo

    답변

    0

    아래 사용

    암은 지금 당장 문제를 테스트 할 수 없습니다,하지만 난 당신을 위해 이것을 발견했다, 그것은 비슷한 문제처럼 보인다. 그것을 시도해 볼 수 있겠습니까? http://forum.jquery.com/topic/jquery-ui-tooltip-position-fixed

    관련 문제