mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
demos/tabs/ajax.html: Changed AJAX to Ajax
This commit is contained in:
parent
1731af1d52
commit
b00026f72b
@ -30,15 +30,14 @@
|
||||
|
||||
</div><!-- End demo -->
|
||||
|
||||
|
||||
|
||||
<div class="demo-description">
|
||||
|
||||
<p>This example fetches in external content via AJAX for the 2nd and 3rd tabs just by setting an href for the tabs. 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>
|
||||
This example fetches in external content via Ajax for the 2nd and 3rd tabs just by setting an href for the tabs.
|
||||
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>
|
||||
|
||||
</div><!-- End demo-description -->
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user