2013-03-08 102 views
0

我正在使用qTip2插件並且在使用Internet Explorer 9時遇到了一些問題。Internet Explorer 9中的qTip問題

這是fiddle

有人可以向我解釋爲什麼它不在IE中加載?

HTML

<div id="tooltip">Here is a tooltip</div> 

JS

$('#tooltip').qtip({ 
    content: 'little big town', 
    hide: { 
     fixed: true, 
     delay: 200 
    } 
}) 

回答