Facebook JS SDK、FB.api 处理其他事件,如启动、完成?
我正在使用 FB js sdk。我是 jquery 和 fb sdk 初学者。
我想知道在制作 .api 或 query 时如何处理其他事件。等待电话?
就像..在 .wait 调用开始时显示 throbber/loading gif 并在完成后隐藏它?
i am using the FB js sdk. I am a jquery and fb sdk beginner.
I am wondering how to handle other events when making .api or query . wait calls?
like.. show a throbber/loading gif at the start of a .wait call and hide it on complete?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯嗯,大多数 Facebook Javascript 调用都有回调函数,所以我能想到的一种方法是:
Hmmmm well, most Facebook Javascript calls have a callback functions so one way I could think of doing this would be: