Posts by FXLima • 26 points
1 post
-
1
votes3
answers939
viewsA: Javascript set value in Modal Bootstrap
Just add a id at the < span >, that will work. Example: $("#nome").text("13,13"); <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <div…