aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete/categories.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-09-10 11:33:46 -0400
committerScott González <scott.gonzalez@gmail.com>2012-09-10 11:33:46 -0400
commit303f20e1b3c977d75047bed1a3533a180d73fab5 (patch)
treec8cf97b57f2493313dfd92c1dfceedb29d137d67 /demos/autocomplete/categories.html
parent9e259c6e5369bf272dd14df7aea1372c5b064300 (diff)
downloadjquery-ui-303f20e1b3c977d75047bed1a3533a180d73fab5.tar.gz
jquery-ui-303f20e1b3c977d75047bed1a3533a180d73fab5.zip
Demos: Cleanup.
Diffstat (limited to 'demos/autocomplete/categories.html')
-rw-r--r--demos/autocomplete/categories.html15
1 files changed, 5 insertions, 10 deletions
diff --git a/demos/autocomplete/categories.html b/demos/autocomplete/categories.html
index 5d973a190..1138a16ef 100644
--- a/demos/autocomplete/categories.html
+++ b/demos/autocomplete/categories.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -29,7 +29,7 @@
ul.append( "<li class='ui-autocomplete-category'>" + item.category + "</li>" );
currentCategory = item.category;
}
- that._renderItem( ul, item );
+ that._renderItemData( ul, item );
});
}
});
@@ -57,16 +57,11 @@
</head>
<body>
-<div class="demo">
- <label for="search">Search: </label>
- <input id="search">
-</div><!-- End demo -->
-
-
+<label for="search">Search: </label>
+<input id="search">
<div class="demo-description">
<p>A categorized search result. Try typing "a" or "n".</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>