Posts by Pedro Andrade • 25 points
2 posts
-
2
votes1
answer289
viewsQ: How to group radio Buttons
Hello, I’m wanting to make a way that these radio Buttons get the same name inside a form, but that are marked by question. Because I’m going to send this form to a PHP and pick it up there as an…
-
0
votes1
answer747
viewsQ: How to add limit value along with jquery Mask?
Guys I’m using the mask plugin of this link: https://igorescobar.github.io/jQuery-Mask-Plugin/ I use the following jquery to make the mask: $('.decimal').mask('000,0', {reverse: true}); However I…