This function works well on other forms but when i set it to the form wizard it does not work please help
<script type="text/javascript">
jQuery(function myfuctionsula($) {
$("#txtEntry").mask("99/99/9999");
$("#txtDOB").mask("99/99/9999", { placeholder: 'dd/mm/yyyy' });
});
</script>