Autocomplete combobox demo: Define this.wrapper for use inside destroy().

This commit is contained in:
Scott González 2012-04-28 16:07:17 -04:00
parent 2017889b3c
commit c974d0fc69

View File

@ -42,7 +42,7 @@
select = this.element.hide(),
selected = select.children( ":selected" ),
value = selected.val() ? selected.text() : "",
wrapper = $( "<span>" )
wrapper = this.wrapper = $( "<span>" )
.addClass( "ui-combobox" )
.insertAfter( select );