Posts by NCesar • 35 points
5 posts
-
-2
votes0
answers11
viewsQ: Deploy (buildind) -- Node/Vue error
I hereby request support from you regarding a problem I am facing when trying to deploy a Vue.js application. I have the same problem making the attempt on Heroku and Vercel. 'npm run serves' -…
-
2
votes1
answer37
viewsA: How to capture 'responseText' from Object
I got it this way: // NOME DO TECNICO $.ajax({ type : "POST", data: "idTecnico=" + dado.idTecnico, url : './Procedimentos/Utilitarios/ObterNomeTecnico.php', }).then(function(data){ var nomeTecnico =…
-
-2
votes1
answer37
viewsQ: How to capture 'responseText' from Object
How do I capture the responseText? var result = $.ajax({ type : "POST", data: "idTecnico=" + 1, url : './Procedimentos/Servicos/ObterNomeTecnico.php'}); console.log(result); var nomeTecnico =…
-
0
votes2
answers556
viewsQ: Centralize DIV with Bootstrap or CSS
Good morning, Could you help me? I would like to center a Div(id="newServic") that is displayed by clicking on a Btn(id="newServicoBtn"). Follow the code below <?php session_start();…
-
0
votes1
answer47
viewsQ: Place Content Article Horizontal
Good morning, I would like an idea to create a css style that organizes my tag <Article> containing Img and Divs horizontal position in larger resolutions. Follow my full code and css. /**…