Jquery Tabs: spinner option not working?
作者: claymore 发表于: 2010-01-10 21:32:56
I need an ajax animation while the remote page is loaded in tabs.
I am using
$('#tabs2').tabs({ spinner: ''<img src="../../Content/images/Jquery/spinner.gi'' });
Even $('#tabs2').tabs({ spinner: 'Loading..' }); also doesn't works ...
Though the tab functionality is working but the animation is not working ...
I am using JQuery theme roller files. Your help is much appreciated. Many Thanks
Problem solved. I Put a <span> tag in the tabs. Found the solution in Jquery support discussions. http://docs.jquery.com/Discussion
e.g.
<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>
I am using
$('#tabs2').tabs({ spinner: ''<img src="../../Content/images/Jquery/spinner.gi'' });
Even $('#tabs2').tabs({ spinner: 'Loading..' }); also doesn't works ...
Though the tab functionality is working but the animation is not working ...
I am using JQuery theme roller files. Your help is much appreciated. Many Thanks
Problem solved. I Put a <span> tag in the tabs. Found the solution in Jquery support discussions. http://docs.jquery.com/Discussion
e.g.
<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>
文章来自:
Stack Overflow
引用通告:
查看所有引用 |
我要引用此文章
文章标签:
Jquery
Tabs
spinner
相关文章:
上一篇: 没有了...
下一篇: 再次遇到Ajax数据提交问题 - &
分类: Web Developing | Ajax
引用: 0
评论: 1
点击:
(如果您刚刚提交过留言,但是还没有被显示出来,请点击这里刷新一下: 刷新评论)
发表评论









