标签: jquery head.js
我在将jQuery加载为
head.load('jquery cdn','file2.js')
并用
head.ready(function(){ //code })
有时候它在工作,有时候却没有。 这意味着有时head.ready()会在head.load()之前调用 得到$ undefined error
head.ready()
head.load()
$ undefined error