0
I’m wearing this jquery plugin to format masks but I’m not able to make it work, even religiously following the existing example, I tried it by changing an existing format to my case:
$(document).ready(function() { $('#dHora').iMask({ type : 'fixed' , mask : '00:00' , stripMask : true }) });
But the mask is not applied.
Try changing to 99:99 (0 is no joker for anything)
– Luis Henrique
Hello @Luis Henrique, had changed so much that I had not even noticed this glaring fault of mine, thanks for the help.
– adventistapr
Have you seen this question -> http://answall.com/q/71094/129 ?
– Sergio
@Luizhenrique formulate an answer :) even if simple can be useful, I think
– Guilherme Nascimento
But why not use the Html5 team?
– Sr. André Baill