$("#tabtrans").tabs({
cache:false,
selected:0,
spinner: 'Loading...',
ajaxOptions: {
error: function(xhr, status, index, anchor) {
///$(anchor.hash).html("There was a problem while loading the content. We are working to solve this issue as soon as possible.");
}
}
});
<div id="tabtrans" style="padding:10px; margin:10px; width:85%;">
<ul>
<li><a href="#order-search"><span>Search</span></a></li>
<li><a href="/admin/order/create_subscription"><span>Order Subscription</span></a></li>
</ul>
<div id='order-search'>place holder</div>
</div>
everything works fine.. except spinner..
i tried with span and without span..
but just not working.. i m using [ jquery-1.4.2.min.js & jquery-ui-1.8.2.custom.min.js ]