Posts by Maicon • 25 points
4 posts
-
2
votes1
answer110
viewsQ: Insert cloned items into the form with PHP and Mysql
Friends, I’m having trouble recording cloned Mysql fields in the form. I’ll try to explain in detail to see if my friends can help me. <div class="mb-md"> <a href="#" id="but_add"> <i…
-
0
votes3
answers127
viewsA: Cloning elements with Javascript
Guys, thank you so much for your answers, you’ve been very helpful. The following code solved the problem... $(document).ready(function(){ $('#but_add').click(function(){ var newel =…
-
0
votes3
answers127
viewsQ: Cloning elements with Javascript
I am facing problems to clone elements with javascript. The problem: As shown below, the form contains a checkbox that when clicking executes a function that changes the input value Qtd Min. By…
-
0
votes1
answer134
viewsQ: Recyclerview with JSON analysis
My PHP code generates the following JSON: { "resposta":[ { "cd_servico":"1", "ds_servico":"NOME SERVICO", "ITEMS":[ { "ds_descricao1":"DESCRICAO SERVICO", "ds_descricao2":"DESCRICAO 2",…