mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Selectmenu: replace placeholder entity with  
This commit is contained in:
parent
a177a92635
commit
1e6808a1a2
2
ui/jquery.ui.selectmenu.js
vendored
2
ui/jquery.ui.selectmenu.js
vendored
@ -92,7 +92,7 @@ $.widget( "ui.selectmenu", {
|
|||||||
|
|
||||||
this.buttonText = $( "<span>", {
|
this.buttonText = $( "<span>", {
|
||||||
"class": "ui-selectmenu-text" ,
|
"class": "ui-selectmenu-text" ,
|
||||||
html: this.element.find( "option:selected" ).text() || " "
|
html: this.element.find( "option:selected" ).text() || " "
|
||||||
})
|
})
|
||||||
.appendTo( this.button );
|
.appendTo( this.button );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user