Search
 
SCRIPT & CODE EXAMPLE
 

HTML

cnic pattern on input

    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
    <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/jquery.inputmask.bundle.js"></script>


    <input type="text"  data-inputmask="'mask': '99999-9999999-9'"  placeholder="XXXXX-XXXXXXX-X"  name="cnic" required="" >

    <input type="text"  data-inputmask="'mask': '0399-99999999'" required=""  type = "number" maxlength = "12" >

   <script>
    $(":input").inputmask();

   </script>
Comment

PREVIOUS NEXT
Code Example
Html :: pdf to html 
Html :: html if else statement example 
Html :: link tag 
Html :: skip line html 
Html :: best html emmet extension for vs code 
Html :: convert element to html string 
Html :: tinymce image upload 
Html :: collapse bootsrap 
Html :: google maps css 
Html :: muted not working in video tag angular 
Html :: text -center bootstrap 
Html :: marquee tag html 
Html :: how to change colour of part of a text in html 
Html :: html - blank space at left 
Html :: converting HTML table to image 
Html :: html a tag 
Html :: add html to page chrome extension 
Html :: tab content bootstrap 4 
Html :: menu hamburguer html 
Html :: v-expansion-panel example 
Html :: html <strong 
Html :: class disabled 
Html :: input file img / input file image 
Html :: HTML <mark Element 
Html :: js input just audio files 
Html :: html ecrire en gras 
Html :: laravel vue error handling 
Html :: iframe ember pdf 
Html :: thymeleaf for each limit size 
Html :: documentformat.openxml bold text 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =