mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Autocomplete: Update categories demo again, use only public properties to update menu option
This commit is contained in:
parent
14782c04e2
commit
89ae7641b0
@ -23,7 +23,7 @@
|
||||
$.widget( "custom.catcomplete", $.ui.autocomplete, {
|
||||
_create: function() {
|
||||
this._super();
|
||||
this.menu.option( "items", "> :not(.ui-autocomplete-category)" );
|
||||
this.widget().menu( "option", "items", "> :not(.ui-autocomplete-category)" );
|
||||
},
|
||||
_renderMenu: function( ul, items ) {
|
||||
var that = this,
|
||||
|
Loading…
Reference in New Issue
Block a user