jQuery 3D标签云插件在IE和chrome中不起作用

jQuery 3D tag cloud plugin doesn't work in IE and chrome

本文关键字:chrome 不起作用 IE 3D 标签 插件 jQuery      更新时间:2023-09-26

>有谁知道为什么Jquery 3D标签云插件在IE和Chrome中不起作用?

查看插件

当您在 JSBin 上运行该插件并将 JS 代码嵌入页面 (http://jsbin.com/IJUGEDA/1( 时,该插件在 Chrome 和 IE11 中运行良好。

我的猜测是演示没有正确链接到 JS,或者 GitHub 没有提供正确的 MIME 类型。取自 Chrome 控制台:

Refused to execute script from 'https://raw.github.com/dynamicguy/tagcloud/master/src/tagcloud.jquery.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.

这表明GitHub以纯文本而不是Javascript的形式提供文件,并且浏览器不会执行它。