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
slick slider LAKHAN GEHARWAR November 07, 2019 index.html <section class="gallery-home"> <h2 class="hide">  </h2> <div class=... Continue Reading
How to make a simple Accodion LAKHAN GEHARWAR October 25, 2019 Step 1:- It's is very simple HTML and basic jQuery code.This can be done in 2 specific ways: WAY 1:- a simple jquery Accodion Demo... Continue Reading
D8 Jquery LAKHAN GEHARWAR October 24, 2019 how to class display none if anchore href is empty... jQuery('.team_icon>li>a[href=""]').css("displa... Continue Reading
First My jquery d8 LAKHAN GEHARWAR October 24, 2019 jQuery(document).ready(function(){ jQuery('.views-exposed-form .form-select').on('change', function(){ jQuery... Continue Reading