Posts by Carlos Daniel Da Silva Oliveir • 1 point
2 posts
-
0
votes1
answer51
viewsA: Data Preloaded with JQUERY in A MODAL
$(document).on('click', '#icon_edit_uni', function(){ var id = $(this).attr('idUnidade'); var nome = $(this).attr('nomeUnidade'); var cnpj = $(this).attr('cnpjUnidade'); $('#cnpj_').attr('value',…
-
0
votes1
answer51
viewsQ: Data Preloaded with JQUERY in A MODAL
I have a Dynamic table, I use TWIG to fill the data automatically, in this table I have in each Row 2 buttons, one of Edit, and the Delete Other, when I click the Edit Open button A modal, i would…