Posts by Amadeu Junior • 1 point
1 post
-
0
votes3
answers99
viewsA: My code does not recognize the SCRIPT
$(document).ready(function(){ $('.telefone').mask('(00) 0 0000-0000'); $('.dinheiro').mask('#.##0,00', {reverse: true}); $('.estado').mask('AA'); }); I guess I have to load jquery…