From 1215de575d9cda66b434f21dafdf44f986638b71 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 9 Jul 2012 23:23:20 -0700 Subject: slider --- .../development-bundle/demos/autocomplete/xml.html | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 include/jquery_ui/development-bundle/demos/autocomplete/xml.html (limited to 'include/jquery_ui/development-bundle/demos/autocomplete/xml.html') diff --git a/include/jquery_ui/development-bundle/demos/autocomplete/xml.html b/include/jquery_ui/development-bundle/demos/autocomplete/xml.html new file mode 100644 index 000000000..2397557c7 --- /dev/null +++ b/include/jquery_ui/development-bundle/demos/autocomplete/xml.html @@ -0,0 +1,72 @@ + + + + + jQuery UI Autocomplete - XML data parsed once + + + + + + + + + + + + +
+ +
+ + +
+ +
+ Result: +
+
+ +
+ + + +
+

This demo shows how to retrieve some XML data, parse it using jQuery's methods, then provide it to the autocomplete as the datasource.

+

This should also serve as a reference on how to parse a remote XML datasource - the parsing would just happen for each request within the source-callback.

+
+ + + -- cgit v1.2.3