Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applying multiple select dropdown to dynamically added select boxes #27

Open
the3dcraig opened this issue Jul 22, 2023 · 0 comments
Open

Comments

@the3dcraig
Copy link

I have a project that requires building dynamic select boxes into the DOM based on user activity. The multiselect plugin works great when the HTML for the select box exists when the page is initially drawn. With the proper class reference, all selects are converted when the document.onload is triggered. However, in my case I am adding the select boxes after the inital onload. Is there any way to trigger the conversion of the dynamically added select boxes after the page has loaded? Any help is greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant