jQuery选项卡:Spinner选项不起作用 [英] Jquery Tabs: spinner option not working

查看:152
本文介绍了jQuery选项卡:Spinner选项不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在选项卡中加载远程页面时,我需要ajax动画.

I need an ajax animation while the remote page is loaded in tabs.

我正在使用

$('#tabs2').tabs({ spinner: ''<img src="../../Content/images/Jquery/spinner.gi'' });

即使$('#tabs2').tabs({ spinner: 'Loading..' });也不起作用...

Even $('#tabs2').tabs({ spinner: 'Loading..' }); also doesn't works ...

尽管选项卡功能有效,但动画不起作用...

Though the tab functionality is working but the animation is not working ...

我正在使用JQuery主题滚动文件.非常感谢您的帮助.非常感谢

I am using JQuery theme roller files. Your help is much appreciated. Many Thanks

推荐答案

对不起,问题解决了.我在标签中放置了<span>标记.在Jquery支持讨论中找到了解决方案. http://docs.jquery.com/Discussion

Sorry problem solved. I Put a <span> tag in the tabs. Found the solution in Jquery support discussions. http://docs.jquery.com/Discussion

例如

<li><a href="../URL">**<span>Text to display in Tabs</span></a></li>
<li><a href="tabdiv">**<span>Text to display in Tabs</span></a></li>

这篇关于jQuery选项卡:Spinner选项不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆