Skip to content

Commit 27e6809

Browse files
committed
Update jquery.selectric.js
1 parent 73c87de commit 27e6809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.selectric.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
classList = 'Input Items Open Disabled TempShow HideSelect Wrapper Hover Responsive Above Scroll Group GroupLabel',
66
bindSufix = '.sl',
77
defaults = {
8-
onChange: function(elm) { $(elm).change()<input/>; },
8+
onChange: function(elm) { $(elm).change(); },
99
maxHeight: 300,
1010
keySearchTimeout: 500,
1111
arrowButtonMarkup: '<b class="button">&#x25be;</b>',

0 commit comments

Comments
 (0)