Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
<%--<script type="text/javascript">
    jQuery(function ($) {
        $("#date").mask("99/99/9999", { placeholder: "mm/dd/yyyy" });
        $("#<%=txt_phone.ClientID %>").mask("(999) 999-9999");
        $("#<%=txt_zip.ClientID %>").mask("99999-9999");
    });
</script>--%>
Posted
Comments
PIEBALDconsult 16-Feb-15 18:44pm    
Did you have a question?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900