We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81cd67f + 5034d5e commit 6cbd40bCopy full SHA for 6cbd40b
1 file changed
ui/jquery.ui.selectmenu.js
@@ -393,7 +393,7 @@ $.widget("ui.selectmenu", {
393
}
394
395
} else {
396
- $(' <li role="presentation"><a href="#nogo" tabindex="-1" role="option"></a></li>' ).appendTo( this.list );
+ $('<li role="presentation"><a href="#nogo" tabindex="-1" role="option"></a></li>' ).appendTo( this.list );
397
398
// we need to set and unset the CSS classes for dropdown and popup style
399
var isDropDown = ( o.style == 'dropdown' );
0 commit comments