Do you know any opensource JQuery dropdown menu for telephone prefix?

后端 未结 3 1570
太阳男子
太阳男子 2020-12-08 02:22

I need to do a dropdown menu for entering telephone numbers. I want to do something similar as google does in his registration form. Something like this:

3条回答
  •  北海茫月
    2020-12-08 03:11

    
    
    
    
       
      
     
    

    its work fine there is no probelm in code may be it will help for you thanks

    header link https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/6.4.1/css/intlTelInput.css scripts http://code.jquery.com/jquery-latest.min.js https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/6.4.1/js/intlTelInput.min.js

    java code $("#mobile-number").intlTelInput(); form code

提交回复
热议问题