JS的回调函数很简单,看代码:
在a.js中
在b.js中进行调用
函数当成参数传递过去! load(function(){ this.hide(); })
load(function(){ this.hide(); })