关于$.when(),$.apply(),$.when.apply(),$.when.apply().then()的用法(项目总结)
项目中有这样的应用,以前基本上没有用到过$.when(),$.apply()这些方法,所以就自己百度了一下$.when()jQuery.when()方法jQuery杂项方法实例一个参数传递给$.when()被受理,执行回调函数$(function(){$.when({testing:123}).done(function(x){alert(x.testing);}/*alerts"123"*/);