31 lines
863 B
JavaScript
31 lines
863 B
JavaScript
// function imgText_Visible() {
|
|
// alert('oooooooooooooooooooooooooou my');
|
|
// }
|
|
|
|
// var imgDrama1 = document.querySelectorAll('img');
|
|
// var IsClickedImg2 = false;
|
|
|
|
// const img2Click = document.getElementById('img2');
|
|
|
|
// img2Click.addEventListener('click', function handlerClick() {
|
|
// IsClickedImg2 = true;
|
|
// console.log("You are enter this img");
|
|
// })
|
|
|
|
// if (!IsClickedImg2) {
|
|
// changeImgForComedy();
|
|
// }
|
|
// else {
|
|
|
|
// }
|
|
|
|
// function changeImgForComedy() {
|
|
// // imgDrama1.src = ('http://localhost:5173/static/img/img3.webp');
|
|
// // this.classList.toggle('item-show');
|
|
// // this.imgDrama1.src = ('item-show');
|
|
// //document.getElementById("img1").innerHTML = ('http://localhost:5173/static/img/img3.webp');
|
|
// document.getElementById("img1").src = ('http://localhost:5173/static/img/img3.webp');
|
|
// console.log("все удалось")
|
|
// }
|
|
|