当前位置: 首页 - 标签 - spinner
显示模式: 普通 | 列表

Jquery Tabs: spinner option not working?

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>







阅读全文...

分类: Ajax | Web Developing  引用: 0  评论: 1  点击: 66