小编Inn*_*oM.的帖子

Javascript:<script src = jquery ...仅当condition为true时

我正在使用javascript进行开发,并且只有在条件得到验证后才想插入脚本.

例如:

var a = exampleVariable;

if (a == conditionIwant) {
    // append to head: 
    <script src="http://code.jquery.com/jquery-1.5.js"> </ script>
};  //or something like this
Run Code Online (Sandbox Code Playgroud)

如果条件为真,我怎么能插入jquery.js?

javascript jquery get conditional-statements

7
推荐指数
1
解决办法
5203
查看次数

发布Google Plus Stream

有关如何使用javascript或json在Google+流媒体上发布的任何想法?我不是在搜索如何使用谷歌+按钮,我需要发布在墙上(或流)

google-plus

2
推荐指数
1
解决办法
6425
查看次数