jsfiddle:无法使用 http 添加脚本
jsfiddle : not able to add script with http
我绝对是初学者。我通过 "jsfiddle" 收到关于 "jsfiddle" 和 javascript 解决方案的非常基本的问题。
问题 1:
每当我尝试在 jsfiddle 中添加 script/plug 作为 "External Resource" 时,我都会收到使用 https 而不是 http 的警告。但是我收到了人们使用 http link 作为外部资源的解决方案,但它仍然工作得很好。为什么有效?
请参阅此 link 以供参考:http://jsfiddle.net/m2Lpw52g/
<div id="treeview"></div>
问题二:
上面 link 中提供的解决方案需要 jQuery 但 "External link" 没有引用 jQuery 那么为什么 jsFiddle 仍然运行。
这听起来像是一个愚蠢的问题,但请帮助我。
I have receive solution where people use http link as external resource but still it works perfectly fine. Why it works?
这是因为它是一个非常古老的 fiddle - 在实施对外部文件的 https://
限制之前。
The solution provided in above link needs jQuery but the "External link" does not have reference to jQuery then why jsFiddle still runs.
这是因为 fiddle 通过 JS 设置包含 jQuery。单击左下方面板中 'Javascript' 标题右侧的齿轮图标可查看这些设置。
我绝对是初学者。我通过 "jsfiddle" 收到关于 "jsfiddle" 和 javascript 解决方案的非常基本的问题。
问题 1: 每当我尝试在 jsfiddle 中添加 script/plug 作为 "External Resource" 时,我都会收到使用 https 而不是 http 的警告。但是我收到了人们使用 http link 作为外部资源的解决方案,但它仍然工作得很好。为什么有效? 请参阅此 link 以供参考:http://jsfiddle.net/m2Lpw52g/
<div id="treeview"></div>
问题二: 上面 link 中提供的解决方案需要 jQuery 但 "External link" 没有引用 jQuery 那么为什么 jsFiddle 仍然运行。
这听起来像是一个愚蠢的问题,但请帮助我。
I have receive solution where people use http link as external resource but still it works perfectly fine. Why it works?
这是因为它是一个非常古老的 fiddle - 在实施对外部文件的 https://
限制之前。
The solution provided in above link needs jQuery but the "External link" does not have reference to jQuery then why jsFiddle still runs.
这是因为 fiddle 通过 JS 设置包含 jQuery。单击左下方面板中 'Javascript' 标题右侧的齿轮图标可查看这些设置。