From be7da0239a5dbcd1a1458a5b642dc366fe626efe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 27 May 2011 08:32:48 -0400 Subject: [PATCH] Autocomplete demos: Coding standards. --- demos/autocomplete/categories.html | 4 ++-- demos/autocomplete/combobox.html | 15 +++++++++++---- demos/autocomplete/custom-data.html | 8 ++++---- demos/autocomplete/default.html | 2 +- demos/autocomplete/folding.html | 2 +- demos/autocomplete/maxheight.html | 4 ++-- demos/autocomplete/multiple-remote.html | 6 ++++-- demos/autocomplete/multiple.html | 2 +- demos/autocomplete/remote-jsonp.html | 10 ++++++---- demos/autocomplete/remote-with-cache.html | 6 ++++-- demos/autocomplete/remote.html | 10 ++++++---- 11 files changed, 42 insertions(+), 27 deletions(-) diff --git a/demos/autocomplete/categories.html b/demos/autocomplete/categories.html index 17ec6495d..d2a1bc5bd 100644 --- a/demos/autocomplete/categories.html +++ b/demos/autocomplete/categories.html @@ -47,7 +47,7 @@ { label: "andreas andersson", category: "People" }, { label: "andreas johnson", category: "People" } ]; - + $( "#search" ).catcomplete({ delay: 0, source: data @@ -59,7 +59,7 @@
- +
diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html index 5fb3ffef9..b228c1cbb 100644 --- a/demos/autocomplete/combobox.html +++ b/demos/autocomplete/combobox.html @@ -14,9 +14,16 @@ - +
- +
diff --git a/demos/autocomplete/multiple-remote.html b/demos/autocomplete/multiple-remote.html index 9351e8f3b..16472a36c 100644 --- a/demos/autocomplete/multiple-remote.html +++ b/demos/autocomplete/multiple-remote.html @@ -12,7 +12,9 @@