You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<desc>Initialize the <placeholdername="name"/> with the <code>classes</code> option specified, changing the theming for the <code>ui-selectmenu-menu</code> class:</desc>
79
+
<code>
80
+
$( ".selector" ).<placeholdername="name"/>({
81
+
classes: {
82
+
"ui-selectmenu-menu": "highlight"
83
+
}
84
+
});
85
+
</code>
86
+
</example>
87
+
<example>
88
+
<desc>Get or set a property of the <code>classes</code> option, after initialization, here reading and changing the theming for the <code>ui-selectmenu-menu</code> class:</desc>
89
+
<code>
90
+
// Getter
91
+
var themeClass = $( ".selector" ).<placeholdername="name"/>( "option", "classes.ui-selectmenu-menu" );
0 commit comments