本文介绍了从 jQuery.get 嵌套函数中获取 var的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!
问题描述
我想要:
提醒已注册的时间
推荐答案
只有关闭 AJAX 的异步 GET 才能直接返回数据:
Returning data directly will only work if you turn the asynchronous GET for AJAX off:
不建议这样做,因为浏览器会一直阻塞直到您的请求完成.相反,您应该继续遵循异步编程模型,使用函数回调:
This is not recommended, because the browser will block until you request is finished. Instead you should continue to follow the asynchronous programming model by using function callback:
这篇关于从 jQuery.get 嵌套函数中获取 var的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!
本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!