Posts by phlr • 1 point
2 posts
-
0
votes1
answer20
viewsA: Send more than one checkbox value using Jquery.Multiselect
I got it this way function InformacoesAdicionais() { var listOfRegiao = []; var listOfCanal = []; $.each($("#select-regiao option:selected"), function (index, data) {…
-
-3
votes1
answer20
viewsQ: Send more than one checkbox value using Jquery.Multiselect
I was able to send the values of a checkbox to the controller using the function below: function InformacoesAdicionais() { var listOfRegiao = []; $.each($("#select-regiao option:selected"), function…