Guest User

Untitled

a guest
May 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. function updateContactMethod() {
  2. var value = this.options[this.selectedIndex].value;
  3. if(value == '1') {
  4. document.getElementById("contact_method").innerHTML = '+375';
  5. } else {
  6. document.getElementById("contact_method").innerHTML = '+7';
  7. }
  8. }
  9. <select id="contactSelect">
  10. <option value="0">Россия</option>
  11. <option value="1">Беларусь</option>
  12. </select>
  13.  
  14. <p><span id="cart-price-1" class="cart-price">от 200 RUB набор</span></p>
  15. <p><span id="cart-price-2" class="cart-price">от 400 RUB шт.</span></p>
  16.  
  17. <p><span id="cart-price-14" class="cart-price">от 2000 RUB/шт.</span></p>
Add Comment
Please, Sign In to add comment