Posts by gustavo amaral • 137 points
2 posts
-
2
votes2
answers105
viewsQ: What are dependencies in a framework for?
I’m completely new to this framework issue and I can’t find any answer on google about this question. What are dependencies and what are they for? What do they do?
-
10
votes2
answers4210
viewsQ: how to represent a monetary field with semicolons in javascript jquery
I’m having a huge doubt. I need to take the values that are in the database with decimals of 3 (for example: 56826.497) and show on the screen the value 56.826,497. I’ve tried using the maskMoney…