简体   繁体   中英

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.

Here is a fiddle .

Can someone explain to me why it does not load in IE?

HTML

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

JS

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

Don't include resources directly from github.

SEC7112: Script from https://raw.github.com/Craga89/qTip2/master/dist/jquery.qtip.js was blocked due to mime type mismatch

Adding it directly to the JavaScript pane works.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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