2013-03-08 103 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 
    } 
}) 

回答