Alphanumeric + number caracter mask
-
Hello,
In function code which character corrects the position of the letters? I know that the “0” replace the numbers. Thanks!
function custom_masks_form_fields() {
?>
<script type=”text/javascript”>
jQuery(document).ready(function($){
//$(“input[name=’input_name’]”).mask(‘(000) 000-0000’);
$(“input.class_name”).mask(‘GWH0000-00000000’);
});
</script>
<?php
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Alphanumeric + number caracter mask’ is closed to new replies.