From 1382af8af0196a0bce10d8c58f449d2320cdf8a9 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Tue, 26 Jan 2010 20:52:21 +0000 Subject: autocomplete: added xml-parsing demo --- demos/autocomplete/xml.html | 68 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 demos/autocomplete/xml.html (limited to 'demos/autocomplete/xml.html') diff --git a/demos/autocomplete/xml.html b/demos/autocomplete/xml.html new file mode 100644 index 000000000..92a089b56 --- /dev/null +++ b/demos/autocomplete/xml.html @@ -0,0 +1,68 @@ + + + + jQuery UI Autocomplete Remote datasource demo + + + + + + + + + + + +
+ +
+ + +
+ +
+ 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