aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/autocomplete/categories.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/demos/autocomplete/categories.html b/demos/autocomplete/categories.html
index 2340b32f4..bb59bf31e 100644
--- a/demos/autocomplete/categories.html
+++ b/demos/autocomplete/categories.html
@@ -19,29 +19,6 @@
}
</style>
<script type="text/javascript">
- $.extend( $.ui.menu.prototype, {
- next: function() {
- this.move("next", ".ui-menu-item:first");
- },
-
- previous: function() {
- this.move("prev", ".ui-menu-item:last");
- },
-
- move: function(direction, edge) {
- if (!this.active) {
- this.activate(this.element.children(edge));
- return;
- }
- var next = this.active[direction + "All"]('.ui-menu-item').eq( 0 );
- if (next.length) {
- this.activate(next);
- } else {
- this.activate(this.element.children(edge));
- }
- }
- });
-
$.widget("custom.catcomplete", $.ui.autocomplete, {
_renderMenu: function( ul, items ) {
var self = this,