Posts by Lucas Travagin • 71 points
4 posts
-
0
votes1
answer233
viewsA: Error using create in sequelize
Good evening! You must return a user object, like this: Return res.json(user); You are returning a String. I hope I can help. Here’s a reference. How to use Sequelize with Node and Express…
-
0
votes2
answers34
viewsA: Error with asynchronism in Javascript
If you believe that the problem caused is because an element has not loaded yet, you can check if the element exists, with the following JS if (document.getElementById('id_elemento')){ //Agora você…
-
1
votes1
answer39
viewsA: javascript is not being loaded in the mobile browser
Boom diaa! Well, you’ll probably be using or already using Cordova to be able to run this site as an App in a Web View. One of the things you have to pay attention to is the version of Ecmascript…
javascriptanswered Lucas Travagin 71 -
3
votes2
answers85
viewsA: Exchange on click for checkox checked
Good Morning!! Javascript is listening to events, IE, your checkbox is not working because when you start your page, it already initializes this JS, probably appearing the message of the condition…