We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b973d commit 21c61cfCopy full SHA for 21c61cf
src/jquery.multiselect.js
@@ -661,7 +661,7 @@
661
662
// use the position utility if it exists and options are specifified
663
if($.ui.position && !$.isEmptyObject(o.position)) {
664
- o.position.of = o.position.of || button;
+ o.position.of = o.position.of || this.button;
665
666
this.menu
667
.show()
0 commit comments