bootstrap-multiselect
bootstrap-multiselect copied to clipboard
Question: How do i use JQuery to get all selected options when using an onchange listener on the form in TypeScript?
Title already asks the question but ill explain a bit more.
So i have a multiselect in a form that updates certain value when they change the form so my question is how can i reference all the option's values that have been selected by the user without having to submit the form