lou / multi-select

A user-friendlier drop-in replacement for the standard select with multiple attribute activated.
loudev.com
MIT License
1.9k stars 439 forks source link

Custom footer item on click event does not fire after multiselect refresh #302

Closed ODelibalta closed 5 years ago

ODelibalta commented 5 years ago

I've made an "add all" option to my multiselect custom footer and when clicked on it jquery on click event catches the event, loops each option then moves them over to the selected side.

When I do a multiselect refresh event from the docs, that same add all option, when clicked on, just redirects to my home url like an empty link.

How can I make it so that multiselect refresh keeps the behavior same?

ODelibalta commented 5 years ago

Did my own footer instead of custom footer