Bonus: How to add arraw in the list item which has children(dropdown) menu by Jquery. Here is the easiest way to make dropdown menus by css. Firstly add your html markups, [html] <nav class="nav"> <ul class="menu"> <li><a href="">Home</a></li> <li><a href="">about</a></li> <li><a href="">Dropdown</a> <ul> <li><a href="#">item</a> <ul> <li><a href="#">item</a></li> <li><a href="#">item</a></li> <li><a… Continue Reading »
Category: jQuery
How to Hide & Show by Clicking/Hovering Custom Sub-menu
Hi, Welcome again to this wonderful topic that How to add option of custom menu item's sub-menu or dropdown menu to Hide and Show. Sometimes we make custom menus and also add some dropdown menu or sub-menu which we want to hide and open by clicking or hovering. We can easily make… Continue Reading »
How to add a Automatic Popup box by HTML, Css & jQuery
This is the easiest way I know to make a automatic popup box in a website by html css and jquery which will appear when user will load the website. And it will appear how many time user reload the particular page. Now let's start. Firstly you make sure that you… Continue Reading »
Animation navigation menu/header
This tutorial is for the animation navigation or header. How to make a fix header with animation and change sections when click on navigation. I'll show the jQuery to make the sections selection navigation and smooth scroll. See below and write the code in your custom js file for in… Continue Reading »