cloning / dynamically adding another quasipartikel multiselect

cloning / dynamically adding another quasipartikel multiselect

I am cloning (via .clone())  a block of html that includes the multiselect component of http://quasipartikel.at/multiselect/

When I pass true into clone function, the cloned multiselect events are handled by the original multiselect. If I pass false into the clone function, no events are generated.

Through some testing, it appears that .multiselect() can only be called once (without destroy) in order for correct behavior.

Is it possible to apply .multiselect() to new multiple selects as they get dynamically added to the DOM (without destroying which presents a performance issue)?