Posts by Neto Davi • 11 points
4 posts
-
0
votes3
answers378
viewsA: Get Mongo field value as Variable?
Bro, this has worked: Orders.find({name : 'Day'}). fetch(). foreach(Function(day){ var day = day.day; console.log(day);
-
0
votes3
answers378
viewsQ: Get Mongo field value as Variable?
Gentlemen, I’m using this code on the Meteor: var teste = Orders.findOne({name : 'Day'}).day; To Get the day value on this record: {_id: "HzoGFKRmYzmH8Yx6A", name: "Day", day: "Jan 27th 18"} It…
-
1
votes1
answer29
viewsQ: Load External js with Meteor
Gentlemen, I’m new to Multimedia,...in my project I use bootbox.js to open a more beautiful prompt, how do I reference this file in Content ? I have others too Thank you very much from now on…
-
0
votes1
answer130
viewsQ: Make Callback run directly
I took a Bootbox API just for the prompt, but the problem is that this syntax has a callback and with that, it only executes the code the second time I click on the button. Logically, I wanted it to…
javascriptasked Neto Davi 11