ajax 的回调函数里面操作。。。
$.ajax({ url: 'url', type: 'POST', dataType: 'json', data: data, success:function(data){ // 返回data,继续你的业务逻辑 } })