Posts by Bruno • 7 points
2 posts
-
-2
votes2
answers76
viewsQ: Create fields dynamically in js
I’m dynamically creating a select in jquery. When I create select, I query a database table to load the values in select. Load the values correctly, but there is a problem. I’ll put an example of my…
-
-1
votes1
answer95
viewsQ: Loop to a select with multiple Ids
I intend to make a query to the database with the filter of several Ids, to return the corresponding lines. I am trying this way: First send the ids through js: function update_estado() { var…