From 3909e6d89e01e4cd8777377c63037896bb95aa2f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 25 Nov 2011 21:18:19 +0100 Subject: new jq layout --- .../webapp/jquery-ui-1.9pre/demos/tabs/ajax.html | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/tabs/ajax.html (limited to 'src/main/webapp/jquery-ui-1.9pre/demos/tabs/ajax.html') diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/tabs/ajax.html b/src/main/webapp/jquery-ui-1.9pre/demos/tabs/ajax.html new file mode 100644 index 0000000..6cec285 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/tabs/ajax.html @@ -0,0 +1,53 @@ + + + + + jQuery UI Tabs - Content via Ajax + + + + + + + + + + +
+ +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+ +
+ + + +
+

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.

+

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.

+
+ + + -- cgit v1.1