function searchImages() {
const searchInput = document.getElementById('searchInput').value.toLowerCase();
const imageContainers = document.querySelectorAll('.imageContainer');
for (let container of imageContainers) {
const imageName = container.querySelector('p').textContent.toLowerCase();
if (imageName.includes(searchInput)) {
container.style.display = 'block';
} else {
container.style.display = 'none';
}
}
const foundImage = document.querySelector('.imageContainer[style="block"] img');
if (foundImage) {
foundImage.style.position = 'absolute';
foundImage.style.top = '0';
foundImage.style.left = '0';
for (let container of imageContainers) {
if (container !== foundImage.parentElement) {
container.style.display = 'none';
}
}
}
}
oninput будет вызывать функцию с каждым введенным символом привет
ты разбираешься в js скриптах?
в html5 видеоплеере
как можно там сделать
окошко
или
информацию
когда удерживаешь
экран видеоплера
то
появляется то окно
могу скинуть сам плеер
там и js файл