Deleting a Cookie in JavaScript by name. LAKHAN GEHARWAR November 28, 2024 Set-Cookie function set_cookie(name, value) { document.cookie = name +'='+ value +'; Path=/;'; } Delete-Cookie funct... Continue Reading
How to convert ul li to dropdown menu using js. LAKHAN GEHARWAR September 26, 2022Code:- <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <... Continue Reading
How to theme CSS and JS libraries Order change. LAKHAN GEHARWAR July 18, 2022 Original code:- global-styling : css : theme : dist/main.css : {} js : dist/main.js : {} 1. How to added the JS on the... Continue Reading
How to Make - Form with Multiple Steps LAKHAN GEHARWAR January 07, 2021 Index.html <!DOCTYPE html> <html> <head> <title>Register Form</title> <link rel="stylesheet... Continue Reading
My Jquery KATA LAKHAN GEHARWAR December 09, 2019 jQuery(document).ready(function(){ jQuery(".we-mega-menu-submenu ul.subul").filter(function () { return jQuery... Continue Reading