P
Pierre Blitzkow
Guest
Hello Marco, Like I said, the select is filled dynamically, with this code: $("#btn_desc_adic").on("click", function() { $('#selectDesc').append(' +' + $("#desc_adic").val() + ' '); $('[name="desc_adic"]').val(''); }); So after submit I need catch all values inserted in the select.
Continue reading...
Continue reading...