qTip2 プラグインを使用していますが、Internet Explorer 9 で問題が発生しています。Chrome でうまく動作します。
ここにフィドルがあります。
なぜIEにロードされないのか誰か説明してもらえますか?
HTML
<div id="tooltip">Here is a tooltip</div>
JS
$('#tooltip').qtip({
content: 'little big town',
hide: {
fixed: true,
delay: 200
}
})