File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
classList = 'Input Items Open Disabled TempShow HideSelect Wrapper Hover Responsive Above Scroll Group GroupLabel' ,
6
6
bindSufix = '.sl' ,
7
7
defaults = {
8
- onChange : function ( elm ) { $ ( elm ) . change ( ) ; } ,
8
+ onChange : function ( elm ) { $ ( elm ) . change ( ) < input / > ; } ,
9
9
maxHeight : 300 ,
10
10
keySearchTimeout : 500 ,
11
11
arrowButtonMarkup : '<b class="button">▾</b>' ,
125
125
originalWidth = $original . width ( ) ;
126
126
127
127
$ . each ( postfixes , function ( i , currClass ) {
128
- var c = customClass . prefix + currClass ;
128
+ var c = customClass . prefix + '-' + currClass ;
129
129
_this . classes [ currClass . toLowerCase ( ) ] = customClass . camelCase ? c : _utils . toDash ( c ) ;
130
130
} ) ;
131
131
534
534
} ;
535
535
536
536
$ . fn [ pluginName ] . hooks = hooks ;
537
- } ( jQuery ) ) ;
537
+ } ( jQuery ) ) ;
You can’t perform that action at this time.
0 commit comments