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");
};
};
};
:after {
position: absolute;
content: '';
height: 1px;
width: 100%;
background: black;
top: 50%';
}
.center {
/* position: absolute; удалить
top: 50%; удалить
left: 50%; удалить
transform: translate(-50%, -50%); удалить */
margin: 0 auto;
text-align: center;
width: 400px;
}
document.querySelector('.button__main').addEventListener('click', () => {
let titleCard= document.querySelector('.Какой класс надо найти').getAttribute('data-title-form');
console.log(titleCard)
})
.card { transition: 0.3s; }
.card:hover { transition: 0.3s; }
const webp = require("gulp-webp");
gulp.task("webp", function () {
return gulp.src("source/img/**/*.{jpg,jpeg,svg}")
.pipe(webp({quality: 50}))
.pipe(gulp.dest("app/img"));
});
<link rel="favicon.ico" type="image/x-icon">
нету href <link rel="icon" type="image/png" sizes="16x16" href="./favicon.png">
<div style="positon relative">
<img style="positon absolute">
<div style="positon absolute"> </div>
</div>