Posts by André Luiz da Silva • 27 points
3 posts
-
1
votes1
answer1061
viewsQ: Change <span> text with jQuery+variable
I’m trying to change the text displayed by a span within a modal: <div class="modal-body">Deseja realmente excluir?<span id="nomecliente"></span></div> I’m using onclick to…
-
1
votes1
answer383
viewsQ: Modal to delete Registry (.net core - javascript - Bootstrap)
I’m trying to use modal to delete a record from a table. By clicking on the delete button, I wanted to display a modal asking for confirmation for exclusion, so far so good, I was able to do, but go…
-
0
votes1
answer1191
viewsQ: Mask with ASP.NET Core MVC
I’m doing a job for college with Asp.net core MVC, and I’m using the Entity to generate the view and queries in BD. I need to put masks in the fields such as CNPJ. I was able to search on Google how…