Guest User

Untitled

a guest
May 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <input type="checkbox" name="radio0" id="radio8" data-price="3000">
  2.  
  3. <select id="mailMonth">
  4. <option value="1">3 месяца</option>
  5. </select>
  6.  
  7. else if($(this).val() == 1){
  8. var number = 100;
  9. $('#radio8').data('price', number);
  10. alert("Проверка связи");
  11. }
Add Comment
Please, Sign In to add comment