Posts by Hamilton Martins • 1 point
2 posts
-
0
votes1
answer52
viewsQ: Jquery Plugin Mask does not work
I would like to add a mask for landline registration on a system screen. But Jquery is not working. Follow code below. <script> $(document).ready(function(){ $('#tel').mask('(00)0000-0000');…
jqueryasked Hamilton Martins 1 -
0
votes1
answer26
viewsQ: Error while passing index of an array
Good night. I believe my problem is simple, but I found nothing to cure it. I’m doing a CRUD in PHP, using MVC, to learn how the language works. It turns out that the Mysql database works with date…