简体   繁体   English

Internet Explorer 9中的qTip问题

[英]Issue with qTip in Internet Explorer 9

I am using the qTip2 plugin and having some issues with Internet Explorer 9. Works great in Chrome. 我正在使用qTip2插件并且在Internet Explorer 9中存在一些问题。在Chrome中运行良好。

Here is a fiddle . 这是一个小提琴

Can someone explain to me why it does not load in IE? 有人可以向我解释为什么它不加载IE吗?

HTML HTML

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

JS JS

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

Don't include resources directly from github. 不要直接从github包含资源。

SEC7112: Script from https://raw.github.com/Craga89/qTip2/master/dist/jquery.qtip.js was blocked due to mime type mismatch SEC7112:来自https://raw.github.com/Craga89/qTip2/master/dist/jquery.qtip.js的脚本由于mime类型不匹配而被阻止

Adding it directly to the JavaScript pane works. 将其直接添加到JavaScript窗格可以正常工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM