Using $(document).ready() works fine for the multi select if you're just looking to apply the Multiselect to select forms on the page. However, if you want to apply the multiselect to a popup form, or anything AJAXified, you're out of luck. Moving over to JavaScript Behaviors would allow this.
I'm willing to shoot up a patch shortly.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | behav.patch | 2.91 KB | robloach |
Comments
Comment #1
robloachThere we go. Now the multiselect field can exist in a Popups API popup.
Comment #2
attheshow commentedComment #3
floretan commentedI tested the patch and it works. The default user experience isn't affected in any way.
Comment #4
attheshow commentedThanks! Just committed to dev version.