From 37fe2cc6a31b563fa775f2cf916108b1a6b577a6 Mon Sep 17 00:00:00 2001
From: Ghislain Seguin
Date: Thu, 6 Dec 2012 16:03:07 -0700
Subject: [PATCH 1/3] listview filter: autocomplete demo issue #5096
---
docs/demos/index.html | 1 +
.../listview-filter-autocomplete.html | 80 +++++++++++++++++++
2 files changed, 81 insertions(+)
create mode 100644 docs/demos/listviews/listview-filter-autocomplete.html
diff --git a/docs/demos/index.html b/docs/demos/index.html
index 326b9d1eb62..48b30fc32bb 100644
--- a/docs/demos/index.html
+++ b/docs/demos/index.html
@@ -49,6 +49,7 @@ Demos
Listviews
Listviews
Listview Filter & Autodividers
+ Autocomplete from a remote source using listview
Listview Forms
Collapsible listview
Grids
diff --git a/docs/demos/listviews/listview-filter-autocomplete.html b/docs/demos/listviews/listview-filter-autocomplete.html
new file mode 100644
index 00000000000..b4f034e67d9
--- /dev/null
+++ b/docs/demos/listviews/listview-filter-autocomplete.html
@@ -0,0 +1,80 @@
+
+
+
+
+
+ Listview Filter & Autodividers - jQuery Mobile Demos
+
+
+
+
+
+
+
+
+
+
+
+
Listview Autocomplete
+
Home
+
+
+
+
+
+
+
+
+
+
From 981307fb191b488bd47cd8dabf1cb6e9d7b2b6e3 Mon Sep 17 00:00:00 2001
From: Ghislain Seguin
Date: Mon, 10 Dec 2012 20:40:43 -0700
Subject: [PATCH 2/3] Demos: Autocomplete. Code style
---
.../listview-filter-autocomplete.html | 40 +++++++++----------
1 file changed, 18 insertions(+), 22 deletions(-)
diff --git a/docs/demos/listviews/listview-filter-autocomplete.html b/docs/demos/listviews/listview-filter-autocomplete.html
index b4f034e67d9..bab1ddd4a56 100644
--- a/docs/demos/listviews/listview-filter-autocomplete.html
+++ b/docs/demos/listviews/listview-filter-autocomplete.html
@@ -10,22 +10,18 @@
@@ -55,25 +51,25 @@
Listview Autocomplete
Home
-
+
-
+
-
+
From 9d474beb4fbdaf2afbaf23dab3bf61c1fb5a50f1 Mon Sep 17 00:00:00 2001
From: Ghislain Seguin
Date: Fri, 14 Dec 2012 07:54:57 -0700
Subject: [PATCH 3/3] Demos: Use .on( "pageinit" ) instead of $( document
).ready()
---
docs/demos/listviews/listview-filter-autocomplete.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/demos/listviews/listview-filter-autocomplete.html b/docs/demos/listviews/listview-filter-autocomplete.html
index bab1ddd4a56..d1998de6e68 100644
--- a/docs/demos/listviews/listview-filter-autocomplete.html
+++ b/docs/demos/listviews/listview-filter-autocomplete.html
@@ -10,7 +10,7 @@
-