Questions tagged as 'masked-input-plugin'

4
answers

Remove jquery field mask

I have this code to put mask in the field: (function ($) { $(function () { $("#txtCnpjPesquisa").mask("99.999.999/9999-99"); }); })(jQuery); Now here I need to pass the cnpj($("#txtCnpjPesquisa").val()) field without...
asked by 05.05.2014 / 18:47
1
answer

How to block cursor movement in masked input?

I'm using the jQuery Masked Input plugin. <input name="dueDate" class="form-control input-mask-date" type="text" placeholder="Data de Vencimento" data-parsley-trigger="keyup" required=""> $(".input-mask-date").mask("99/99/9999...
asked by 13.06.2017 / 21:06
1
answer

How to import external JavaScript and put masks in inputs?

Hello, how are you? I saw some tutorials on the internet to put masks in input in HTML, and since I am new to JavaScript I imported the external library as shown below, but I must have imported wrong or used the function incorrectly because t...
asked by 06.10.2017 / 19:16