How Do I Add jQuery To Head With JavaScript?

后端 未结 3 2082
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-06 22:49

I am trying to include jQuery to an HTML page conditionally. It only needs to be added if it doesn\'t exist yet.

I am using the following code near the top of my bod

3条回答
  •  臣服心动
    2020-12-06 23:07

    Boilerplate uses this method to test if jQuery is loaded by google, if not use local:

      
      
    

    Seems like what you want to achieve :)

提交回复
热议问题