From 06b3f727378323089ee56a24999dd97c87887cc0 Mon Sep 17 00:00:00 2001 From: yvesf Date: Fri, 26 Nov 2010 18:44:25 +0100 Subject: change jquery theme, rm development stuff --- .../development-bundle/demos/autocomplete/xml.html | 72 ---------------------- 1 file changed, 72 deletions(-) delete mode 100644 static/development-bundle/demos/autocomplete/xml.html (limited to 'static/development-bundle/demos/autocomplete/xml.html') diff --git a/static/development-bundle/demos/autocomplete/xml.html b/static/development-bundle/demos/autocomplete/xml.html deleted file mode 100644 index 6d054d6..0000000 --- a/static/development-bundle/demos/autocomplete/xml.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - 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.1