Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <script type="text/javascript">
  2. function mnum(v){
  3. v=v.replace(/D/g,""); //Remove tudo o que não é dígito
  4. return v;
  5. }
  6. </script>
  7.  
  8. <input type="text" class="form-control" id="goal" value="{{ old('goal') }}" name="goal" placeholder="@lang('app.goal')" onkeypress="mascara(this, mvalor);">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement