[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Catch all values from a select (weebspeed)

  • Thread starter Thread starter Pierre Blitzkow
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top