Skip to content

Commit

Permalink
Tabs: Fix description in ajax demo
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Aug 27, 2014
1 parent ddc666c commit 392d402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/tabs/ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>

<div class="demo-description">
<p>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.</p>
<p>Fetch external content via Ajax for the tabs by setting an href value in the tab links.</p>
<p>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.</p>
</div>
</body>
Expand Down

0 comments on commit 392d402

Please sign in to comment.