On Oct 5, 10:02 pm, baconeater <[email protected]> wrote: > In this demo, I believe the tab labels should change to "Loading" when > AJAX content is being fetched: > > http://jqueryui.com/demos/tabs/#ajax > > I don't see that behavior though. Any thoughts? I searched around > and only found one mention of this, but no solutions.
The problem was fixed by wrapping the text of the anchor element in a <span>, like this: <a href="/FileToLoad"><span>Ajax content</span></a></li> There's no mention of this in the current docs, and the Ajax demo mentioned above doesn't show "Loading..." because the <span> tags are missing. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
