(изначально он скрыт) после ряда
function push(fromID, toID) {
document.getElementById(toID).value = document.getElementById(fromID).value;
return false;
}
<a href="!#" onclick="push('inputid1','inputid2')">Кагбэ пушь!</a>
constructor(){
//...
this.speed = 2200;
}
setMoreSpeed(num) {
this.speed = this.speed - num;
//...
}
if (this.score % 50 === 0) {
this.setMoreSpeed(1000); //тут наверно должно было быть 100, а не 1000?))
//...
}
$(document).on('click', '#buy<?=$arItem['ID']?>', function show(){
$(document).ready(function(){
$(".buy-btn").on("click", function(){
var product_id = $(this).data("id");
var qty = $(".qty-"+product_id).val();
$.ajax({
type: "POST",
url: "/include/add-cart.php",
data: ({id: product_id, count: qty}),
cache: false,
success: function(data){
$("#reload").html(data); //вот этот элемент (#reload) УЖЕ должен быть на странице
}
});
});
});
<?
echo CNext::ShowBasketWithCompareLink('', '', true, 'top-btn inner-table-block', true);
?>
<input type="number" class="qty-<?=$arItem['ID']?>" min="1">
<div class="buy-btn" data-id="<?=$arItem['ID']?>">Купить</div>
<form>
<input type="url" placeholder="https://exemple.com" pattern="https://*" required>
$('.js-md-catalog-open').on("click", function() {
$("viewport").attr("content", "width=device-width, initial-scale=1.0, user-scalable=no");
});
$(".js-overlay").on("click", function() {
$("viewport").attr("content", "width=device-width, initial-scale=1.0");
});
<input type="number" min="0" max="200" value="0">
$('.nav-burger').css('background-image', 'url("img/icon-menu.svg")', 'no-repeat');
<input type="email" id="email-subscribe" name="E-mail" placeholder=" " required>
<input type="email" id="email-subscribe" name="E-mail" placeholder=" ">