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

(cherry picked from commit c974d0fc69)
This commit is contained in:
Scott González 2012-04-28 16:07:17 -04:00
parent 8e899dab6c
commit 8445984ab7

View File

@ -40,7 +40,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 );