Posts by Bruno César • 63 points
2 posts
-
0
votes1
answer893
viewsQ: Node JS and Mongodb - Return data from a model to a route
I’m new to Node JS + Mongodb and I’ve had a doubt for a couple of days that I couldn’t figure out how to solve it. My problem is this: I have a file of routes that make a call to a model, as in the…
-
6
votes1
answer1277
viewsQ: optional mask caractére with Jquery maskedInput does not work
In a form that I am developing, one of the fields that the user needs to fill is cellular, and as the cellular of some regions of Brazil have 9 digits I am using the library jQuery Maskedinput to…