Skip to content

Commit 1d08b9e

Browse files
Markus DoitsMarkus Doits
authored andcommitted
Tiny doc update
1 parent 06cc0d0 commit 1d08b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.multiselect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
// show the menu, maybe with a speed/effect combo
572572
$.fn.show.apply(menu, args);
573573

574-
// select the first option
574+
// select the first not disabled option
575575
// triggering both mouseover and mouseover because 1.4.2+ has a bug where triggering mouseover
576576
// will actually trigger mouseenter. the mouseenter trigger is there for when it's eventually fixed
577577
this.labels.filter(':not(.ui-state-disabled)').eq(0).trigger('mouseover').trigger('mouseenter').find('input').trigger('focus');

0 commit comments

Comments
 (0)