jquery-masked-input

Mask for HTML5 input fields

I am applying a mask addition feature in my code, even when the user fills the phone or mobile, the mask will be filled autom ... fault btn-roxo">Cadastre-se</button> </form> </div> </div> </div> </body>

Doubt about RG - what is the best way to control the field?

I'm opening this topic to hear from you how you've been working with the issue of including RG in forms. I think a common co ... ave the field the most standardized possible. The important thing is that the mask is 100% compatible with all types of RGs.

Javascript validation with jQuery Mask

I am developing an area where the student will register in it, so I decided to seek help from libraries like jQuery, I got a ... scobar.github.io/jQuery-Mask-Plugin/docs.html Note: my script does not work the application of previously mentioned masks.

Mask in JS for time validation

I'm using in a project the jQuery Masked Input. I made a mask like this: <script> $(document).ready(function () { ... ple 88:88. The right would be to fill the minutes between 00 and 59. How can I make the mask not allow this type of padding?

Masks for phone and CPF in TextField

How can I put phone and CPF masks on text_field? In app/views/layouts / application : <script type="text/javascript" s ... lt;%= f.text_field :tel_celular, class: "form-control", class: "span2", id: 'tel_celular' %> But does not load the mask.