Home
About Us
Courses
Check Certificate
Article
Contact Us
Login/Register
Home
About Us
Courses
Check Certificate
Article
Contact Us
Course Automation Testing
Home
All Course
Search
Category
Web Designing
Web Development
Full Stack Developer
Data science
Frontend Developer
Backend Developer
Automation Testing
Sort By
All Category
Web Designing
Web Development
Full Stack Developer
Data science
Frontend Developer
Backend Developer
Automation Testing
Showing 15 Courses Available
Automation Testing
3 Months Months
0 Students
Selenium
(4.9 /13 Rating)
₹2300.00
₹999.00
Get in Touch & Advertisement
Send Message
document.addEventListener("DOMContentLoaded", function() { const menuBtn = document.getElementById("menu-btn"); const offcanvasArea = document.querySelector(".bd-offcanvas-area"); const closeBtn = document.querySelector(".bd-offcanvas-close-icon"); // Toggle menu open menuBtn.addEventListener("click", function() { offcanvasArea.classList.toggle("info-open"); document.body.classList.toggle("offcanvas-open"); // optional body lock }); // Close menu when clicking the X button closeBtn.addEventListener("click", function() { offcanvasArea.classList.remove("info-open"); document.body.classList.remove("offcanvas-open"); }); // Optional: Close when clicking outside offcanvasArea.addEventListener("click", function(e) { if (e.target === offcanvasArea) { offcanvasArea.classList.remove("info-open"); document.body.classList.remove("offcanvas-open"); } }); });