ehynds / jquery-ui-multiselect-widget

jQuery UI MultiSelect widget
GNU General Public License v2.0
1.37k stars 693 forks source link

appendTo not working with selector string #842

Closed mlh758 closed 5 years ago

mlh758 commented 5 years ago

What is the current behavior?

Using appendTo with a selector raises an exception this.document.find is not a function

What is the expected behavior?

The widget can use a selector to append to an element

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo

Call appendTo with a selector instead of a node or jQuery object

Will you submit a corresponding Pull Request to fix the bug or implement the feature?

Yes

Please tell us about your setup

mlh758 commented 5 years ago

Fixed with #843

rasben commented 5 years ago

For historical reasons, more info here: https://github.com/ehynds/jquery-ui-multiselect-widget/issues/837