From: Scott González Date: Wed, 27 Aug 2014 18:07:52 +0000 (-0400) Subject: Tabs: Fix description in ajax demo X-Git-Tag: 1.11.2~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=392d402d6f2e527c935780d68afc5107df65e406;p=jquery-ui.git Tabs: Fix description in ajax demo Closes jquery/jqueryui.com#90 --- diff --git a/demos/tabs/ajax.html b/demos/tabs/ajax.html index 9892fe192..ba766dd29 100644 --- a/demos/tabs/ajax.html +++ b/demos/tabs/ajax.html @@ -39,7 +39,7 @@
-

Fetch external content via Ajax for the tabs by setting an href value in the tab links. While the Ajax request is waiting for a response, the tab label changes to say "Loading...", then returns to the normal label once loaded.

+

Fetch external content via Ajax for the tabs by setting an href value in the tab links.

Tabs 3 and 4 demonstrate slow-loading and broken AJAX tabs, and how to handle serverside errors in those cases. Note: These two require a webserver to interpret PHP. They won't work from the filesystem.