Posts by Erick Wendel • 151 points
3 posts
-
1
votes1
answer220
viewsA: Carrregar view table with JSON object
Dude, Voce has two options, or populates by the server (instead of Jsonresult Voce returns an Action Result and sends the data to the view). Or what more suitable is to create the table via jquery,…
-
0
votes1
answer410
viewsA: Error in Javascript form validation
The solution is in the call of the method validaFormCadastro() Voce add the event.preventDefault(); to return the original state. Try so: <!-- no seu input, mande como parametro o contexto do seu…
-
1
votes2
answers3444
viewsA: Form for HTML file Node.js
Hello, the answer in English is in https://stackoverflow.com/questions/2496710/writing-files-in-node-js Basically, you will need the lib Fs. Following the code below, Voce can create the file, just…