Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Выпотому чтор маски ввода телефона


Recommended Posts

попропотому чтовал маску

<div class="form-group">
<label for="phone">Телефон: </label>
<select id="country" class="form-control">
  <option value="ru"><img src="">Россия +7</option>
  <option value="ua">******а +380</option>
  <option value="by">Белоруссия +375</option>
</select>
<input id="phone" type="text" class="form-control">
</div>
  $(function() {
    function maskPhone() {
      var country = $('#country option:selected').val();
      switch (country) {
        case "ru":
          $("#phone").mask("+7(999) 999-99-99");
          break;
        case "ua":
          $("#phone").mask("+380(999) 999-99-99");
          break;
        case "by":
          $("#phone").mask("+375(999) 999-99-99");
          break;          
      }    
    }
    maskPhone();
    $('#country').change(function() {
      maskPhone();
    });
  });

выдаёт икую ошибку в консоли

Opencart PRO 2.3
image.png.3ddbf14dcd4912237d20eeb839ff811f.png

Edited by Dozent
Link to comment
Share on other sites


  • Dozent changed the title to Выпотому чтор маски ввода телефона
16 минут назад, buslikdrev сказал:

Попробуйте:

<option value="be">Беларусь +375</option>

 

case "be":

+ сам скрипт маски подклюлить

подклюлил CDN

ничего не меняется

Link to comment
Share on other sites


2 часа назад, Dozent сказал:

подклюлил CDN

ничего не меняется

разобрался, проблема была в скрипте маски

подскажите как изменить значения выпотому чтора select option на список ul li

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.