mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Selectmenu: add removeUniqueId to destroy method
This commit is contained in:
parent
b8cce0c3e1
commit
9cf0f21efd
1
ui/jquery.ui.selectmenu.js
vendored
1
ui/jquery.ui.selectmenu.js
vendored
@ -439,6 +439,7 @@ $.widget( "ui.selectmenu", {
|
||||
this.menuWrap.remove();
|
||||
this.buttonWrap.remove();
|
||||
this.element.show();
|
||||
this.element.removeUniqueId();
|
||||
this.labelElement.removeUniqueId();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user