Posts by Lucas Dal • 26 points
1 post
-
1
votes1
answer107
viewsA: I am unable to run the monetary mask by Jquery
You have two problems with your code: Never import a lib and run Javascript code within it tag <script>. Missed you close the call $(document).ready(function(){}). So the code stays:…