Posts by Eduardo • 26 points
1 post
-
1
votes1
answer22
viewsA: Problem in Modal
In relation to the code: $(document).on('click', '.get-value-codigo', function() { var value = $('.get-value').text(); $('.close').trigger('click'); $('.unidade').val(value); }); The value variable…