aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete/categories.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-05-27 08:32:48 -0400
committerScott González <scott.gonzalez@gmail.com>2011-05-27 08:32:48 -0400
commitbe7da0239a5dbcd1a1458a5b642dc366fe626efe (patch)
tree67e768e25d010442f05b784c8b5e047d888d99ab /demos/autocomplete/categories.html
parent09e88d6220af2f90197c826ac3a31a0ca97f2c8f (diff)
downloadjquery-ui-be7da0239a5dbcd1a1458a5b642dc366fe626efe.tar.gz
jquery-ui-be7da0239a5dbcd1a1458a5b642dc366fe626efe.zip
Autocomplete demos: Coding standards.
Diffstat (limited to 'demos/autocomplete/categories.html')
-rw-r--r--demos/autocomplete/categories.html4
1 files changed, 2 insertions, 2 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 @@
<div class="demo">
<label for="search">Search: </label>
- <input id="search" />
+ <input id="search">
</div><!-- End demo -->