<a class="menu-itemlanguage" href="ru.html">
<label class="menu-btn" for="menu-toggle">
RU
</label>
</a>
<br>
- это устарело 100 лет назад. $(document).on('click', '.counter__minus', function() {
const parent = $(this).closest('.counter');
let count = +parent.find('input').val() - 1;
if (count <= 10) count = 10;
parent.find('input').val(count);
return
});
$(document).on('click', '.counter__plus', function() {
const parent = $(this).closest('.counter');
let count = +parent.find('input').val() + 1;
if (count <= 10) count = 10;
parent.find('input').val(count);
return
});
$(document).on('click', '.counter__count input', function() {
const parent = $(this).closest('.counter');
let count = +$(this).val();
if (count < 10 || !isNumeric(count)) {
parent.find('input').val(10)
}
return
});
const arr = [
{
value: 'aaa'
},
{
value: 'bbb'
},
{
value: 'ccc'
},
{
value: 'ddd'
},
]
let arr2 = [];
arr.forEach(el => {
arr2.push(el.value)
})
console.log(arr2)
const btn = document.querySelector(`button[data-popup="popup--corn"]`)
const popup = document.querySelector(`.popup`)
btn.addEventListener(`click`, function() {
popup.classList.add(`popup--active`)
})
@@include('blocks/_head.html', {
"title": "About",
})
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@@title</title>
<!-- Style -->
<link rel="stylesheet" href="css/style.min.css">
</head>
_head.html
function Show(){
var text = document.querySelectorAll("input");
for (var i = 0; i < text.length+1; i++) {
if(elem.hasAttribute('password') && text[i].getAttribute("type") == "password"){ // Тут происходит ошибка
text[i].setAttribute("type", "text_show");
};
};
};
function Show(){
var text = document.querySelectorAll("input");
for (var i = 0; i < text.length+1; i++) {
if (!elem.hasAttribute('password')) return;
if(text[i].getAttribute("type") == "password"){ // Тут происходит ошибка
text[i].setAttribute("type", "text_show");
};
};
};
document.querySelector('.button__main').addEventListener('click', () => {
let titleCard= document.querySelector('.Какой класс надо найти').getAttribute('data-title-form');
console.log(titleCard)
})
<a href="tel:+375 (29) 16 44 000"
<a href="tel:+375291644000"
<input type="mail"
нет type="mail", есть type="email"