Hello world! – coachifyy.info
document.addEventListener("DOMContentLoaded", function() {
let videos = document.querySelectorAll("video"); // Sare videos select karein
for (let i = 0; i < videos.length - 1; i++) {
videos[i].addEventListener("ended", function() {
videos[i + 1].play(); // Pehle video ke end hone pe next start ho jaye
});
}
});
Skip to content
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.