Skip to content

Releases: kleimaj/multiSelect.js

Adds Refresh Method

18 Nov 18:51
Compare
Choose a tag to compare

Thanks to @hirbod from Issue #1 for inquiring about creating a refresh method.
If you are using async scripts, or want to be able to dynamically add multiselect elements later on, go ahead and call multiSelect() or window.multiSelect.refresh() to initialize newly appended .multi class elements. Refrain from using document.body.innerHTML as this removes the event listeners from the multiselect element buttons. Feel free to contribute to this project, or voice your comments in the issues, and I will get back to you right away.

Cheers
Jacob

1.0.7 Adds Block Element Modifier CSS

26 Oct 17:01
Compare
Choose a tag to compare

This added block element modifiers to the css and min.css, to prevent outside styles from leaking into the package.