等待结果时使用动画 .gif .load()
我正在使用 jquery .load() 方法在 div 中加载搜索结果,如下所示(简化版本)
$('#resultscontainer').load("results.php", {data: data});
最终结果将需要发送更多数据,并且可能需要等待时间才能将结果加载到 div 中。在处理数据时,是否可以在 div“resultscontainer”中显示动画 gif(如旋转图标)?
I am using jquery .load() method to load results of a search within a div like so (dumbed down version)
$('#resultscontainer').load("results.php", {data: data});
The end result will require more data to be sent and a potential waiting time for the results to be loaded into the div. Is it possible to have an animated gif (like a spinning icon) show within the div "resultscontainer" while it is processing the data?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Sup lvinzlife
yea ofc 在 jquery 中为此有特殊事件 :D
其中 #loading 是你的 gif 例如: http://www .ajaxload.info/
Sup livinzlife
yea ofc there is special events in jquery for this :D
where #loading is your gif for example: http://www.ajaxload.info/