Wyllyan Frankllyn
Results
3
comments of
Wyllyan Frankllyn
trafficstars
Hi, I think you need unmask before create a new obj, see code $("#tstbtn").click(function(){ $(".mask-date").unmask(); $("#teste").append('930915'); $(".mask-date").mask("99/99/99"); });
You need characters "-"? if not remove, mask will work fine
muito boa a solução, alguma ideia de como fazer funcionar em objetos clonados ?