Posts by Theogenes Nunes • 7 points
3 posts
-
0
votes2
answers69
viewsA: How to handle data passed by Answer in jQuery
the answer I wanted was this, I used a Framework Moment to have a more personalized return of the dates const Moment = require('Moment') Moment.updateLocale('en', { months: [ "Jan", "Feb", "Mar",…
-
-2
votes2
answers69
viewsQ: How to handle data passed by Answer in jQuery
Just after making a render of a screen as in the example below: ( return res.status(200).render("mschedule", { erro: {}, list: teste }) ) I would like to manipulate a return data (list) in jquery.…
-
1
votes1
answer46
viewsQ: Problems changing action with Avascript
I am having the following problem, I am trying to change the action of the form using the following function, what happens is that if the condition is false for any of them the same still tries to…