{"id":2397,"date":"2024-01-17T16:50:00","date_gmt":"2024-01-17T16:50:00","guid":{"rendered":"https:\/\/codehim.com\/?p=2397"},"modified":"2024-01-22T14:51:20","modified_gmt":"2024-01-22T09:51:20","slug":"responsive-multi-level-menu-with-jquery-and-css","status":"publish","type":"post","link":"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/","title":{"rendered":"Responsive Multi Level Menu with jQuery and CSS"},"content":{"rendered":"<section class=\"cm-tb\">\n<div class=\"cm-row\">\n<p class=\"plugin-intro\">An awesome jQuery plugin to create responsive multi level menu for heavy contents websites. PrMenu is a cross-browser, cross-platform, multi device and mobile friendly menu plugin for jQuery. It lets you to create hover based multi-level dropdown menu that will be converts into hamburger menu on mobile devices. <\/p>\n<\/p><\/div>\n<div class=\"cm-row\">\n<\/div>\n<\/section>\n<section class=\"codehim-wrapper\">\n<div class=\"d-row\">\n<h2>Plugin Preview<\/h2>\n<figure class=\"item-preview\"> <div id=\"featured-img-id\"><img decoding=\"async\" src=\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/05\/jquery-prmenu.jpg\" alt=\"Responsive Multi Level Menu with jQuery and CSS\" \/><\/div> <\/figure>\n<div class=\"item-like-share\"> <div class=\"codehim-share\"> <span class=\"share-title\">Share this:<\/span> <span class=\"share-btn-container\"> <\/span> <\/div> <\/div>\n<p><span class=\"small-text\"><a href=\"https:\/\/codehim.com\/how-to-start-using-jquery\/\"> How to start using jQuery?<\/a><\/span><\/p>\n<p><span class=\"large-text\"><a href=\"https:\/\/codehim.com\"> More jQuery Top, Best and New Plugins <\/a><\/span><\/p>\n<p><span class=\"small-text\"><a href=\"https:\/\/codehim.com\/tag\/top-100\/\"> Top 100 jQuery Plugins<\/a><\/span><\/p>\n<\/div>\n<div class=\"d-row\">\n<h2> Plugin Overview<\/h2>\n<table class=\"plugin-overview\">\n<tbody>\n<tr>\n<td><i class=\"fa fa-plug\"><\/i> Plugin:<\/td>\n<td> PrMenu <\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-user\"><\/i> Author:<\/td>\n<td>Steve George<\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-file-text-o\"><\/i> Licence:<\/td>\n<td><a href=\"https:\/\/opensource.org\/licenses\/MIT\" class=\"external\" target=\"_blank\" rel=\"noopener noreferrer\"> MIT Licence<\/a><\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-calendar-check-o\"><\/i> Published:<\/td>\n<td class=\"publish-date\">January 17, 2024<\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-github\"><\/i>Repository:<\/td>\n<td> <a href=\"https:\/\/github.com\/pagerange\/prmenu\" target=\"_blank\" class=\"external\" rel=\"noopener noreferrer\">Fork on GitHub <\/a><\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-link\"><\/i> Dependencies:<\/td>\n<td><a href=\"https:\/\/jquery.com\/download\/\" target=\"_blank\" class=\"external\" rel=\"noopener noreferrer\">jQuery 1.3.1 <\/a> or Latest version<\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-file-code-o\"><\/i> File Type:<\/td>\n<td>zip archive (HTML, CSS &#038; JavaScript )<\/td>\n<\/tr>\n<tr>\n<td><i class=\"fa fa-file-archive-o\"><\/i> Package Size:<\/td>\n<td>14.9 KB <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"cd-action\"><a class=\"btn demo\" target=\"_blank\" href=\"\/demo\/responsive-multi-level-menu-prmenu\/\" rel=\"nofollow noopener noreferrer\"> Demo <\/a><a class=\"btn download\" href=\"\/download\/responsive-multi-level-menu-prmenu.zip\" rel=\"nofollow\"> Download<\/a><\/div>\n<\/div>\n<\/section>\n<div class=\"ad-after-overview\">\n<\/div>\n<h2>Main Features<\/h2>\n<ul>\n<li>Fully responsive and multi screen designed. <\/li>\n<li>Multi level drop downs (up to four levels).<\/li>\n<li>Auto text wrap of long link text.<\/li>\n<li>Auto link background colors for all levels based on initial background color.<\/li>\n<li>Fully configurable with plugin&#8217;s options.<\/li>\n<\/ul>\n<h2> How to Make Responsive Multi Level Menu<\/h2>\n<p>1. To make responsive multi-level menu, load the jQuery and <code> PrMenu <\/code>&#8216;s CSS and JavaScript files into your website. Nest the <code>ul<\/code> for multi level. <\/p>\n<pre class=\"prettyprint lang-html\">\r\n&lt;!-- jQuery --&gt;\r\n&lt;script src=\"https:\/\/code.jquery.com\/jquery-3.4.1.min.js\"&gt;&lt;\/script&gt;\r\n\r\n&lt;!-- PrMenu Js --&gt;\r\n&lt;script src=\"js\/jquery.prmenu.js\"&gt;&lt;\/script&gt;\r\n\r\n&lt;!-- PrMenu CSS --&gt;\r\n&lt;link rel=\"stylesheet\" href=\"css\/prmenu.css\"&gt;\r\n<\/pre>\n<p>2. After that, create HTML <code title=\"unorder list\">ul<\/code> element with anchor links for your menu as follows.<\/p>\n<pre class=\"prettyprint lang-html\">\r\n&lt;ul id=\"top-menu\"&gt;\r\n   &lt;li&gt;&lt;a href=\"#\"&gt;Home&lt;\/a&gt;&lt;\/li&gt;\r\n   &lt;li&gt;\r\n      &lt;a href=\"#\"&gt;Services&lt;\/a&gt;\r\n      &lt;ul&gt;\r\n         &lt;li&gt;&lt;a href=\"#\"&gt;Personal&lt;\/a&gt;&lt;\/li&gt;\r\n         &lt;li&gt;&lt;a href=\"#\"&gt;Business&lt;\/a&gt;&lt;\/li&gt;\r\n         &lt;li&gt;\r\n            &lt;a href=\"#\"&gt;Professional Services&lt;\/a&gt;\r\n            &lt;ul&gt;\r\n               &lt;li&gt;&lt;a href=\"#\"&gt;Doctor&lt;\/a&gt;&lt;\/li&gt;\r\n               &lt;li&gt;\r\n                  &lt;a href=\"#\"&gt;Lawyer&lt;\/a&gt;\r\n                  &lt;ul&gt;\r\n                     &lt;li&gt;&lt;a href=\"#\"&gt;Tax&lt;\/a&gt;&lt;\/li&gt;\r\n                     &lt;li&gt;&lt;a href=\"#\"&gt;Real Estate&lt;\/a&gt;&lt;\/li&gt;\r\n                     &lt;li&gt;&lt;a href=\"#\"&gt;Criminal&lt;\/a&gt;&lt;\/li&gt;\r\n                  &lt;\/ul&gt;\r\n               &lt;\/li&gt;\r\n               &lt;li&gt;&lt;a href=\"#\"&gt;Accountant&lt;\/a&gt;\r\n            &lt;\/ul&gt;\r\n         &lt;\/li&gt;\r\n      &lt;\/ul&gt;\r\n   &lt;\/li&gt;\r\n   &lt;li&gt;&lt;a href=\"#\"&gt;Shop&lt;\/a&gt;&lt;\/li&gt;\r\n   &lt;li&gt;&lt;a href=\"#\"&gt;Support for Customers&lt;\/a&gt;&lt;\/li&gt;\r\n   &lt;li&gt;&lt;a href=\"#\"&gt;FAQ&lt;\/a&gt;&lt;\/li&gt;\r\n   &lt;li&gt;&lt;a href=\"#\"&gt;About&lt;\/a&gt;&lt;\/li&gt;\r\n   &lt;li&gt;\r\n      &lt;a href=\"#\"&gt;Contact&lt;\/a&gt;\r\n      &lt;ul&gt;\r\n         &lt;li&gt;&lt;a href=\"#\"&gt;Personal&lt;\/a&gt;&lt;\/li&gt;\r\n         &lt;li&gt;&lt;a href=\"#\"&gt;Business&lt;\/a&gt;&lt;\/li&gt;\r\n         &lt;li&gt;\r\n            &lt;a href=\"#\"&gt;Professional&lt;\/a&gt;\r\n            &lt;ul&gt;\r\n               &lt;li&gt;&lt;a href=\"#\"&gt;Family Doctor Clinic&lt;\/a&gt;&lt;\/li&gt;\r\n               &lt;li&gt;\r\n                  &lt;a href=\"#\"&gt;Lawyer&lt;\/a&gt;\r\n                  &lt;ul&gt;\r\n                     &lt;li&gt;&lt;a href=\"#\"&gt;Tax&lt;\/a&gt;&lt;\/li&gt;\r\n                     &lt;li&gt;&lt;a href=\"#\"&gt;Real Estate Lawyer&lt;\/a&gt;&lt;\/li&gt;\r\n                     &lt;li&gt;&lt;a href=\"#\"&gt;Criminal&lt;\/a&gt;&lt;\/li&gt;\r\n                  &lt;\/ul&gt;\r\n               &lt;\/li&gt;\r\n               &lt;li&gt;&lt;a href=\"#\"&gt;Enterprise Accountant&lt;\/a&gt;\r\n            &lt;\/ul&gt;\r\n         &lt;\/li&gt;\r\n      &lt;\/ul&gt;\r\n   &lt;\/li&gt;\r\n&lt;\/ul&gt;\r\n<\/pre>\n<p>3. Finally, call the plugin with <code>top-menu<\/code> selector with some basic configuration options. <\/p>\n<pre class=\"prettyprint lang-js\">\r\n$(document).ready(function () {\r\n\t$('#top-menu').prmenu({\r\n\t\t\"fontsize\": \"14\",\r\n\t\t\"height\": \"50\",\r\n\t\t\"case\": \"capitalize\",\r\n\t\t\"linkbgcolor\": \"#286090\",\r\n\t\t\"linktextcolor\": \"#ffffff\",\r\n\t\t\"linktextweight\": \"400\",\r\n\t\t\"linktextfont\": \"sans-serif\",\r\n\t\t\"hoverdark\": false\r\n\t});\r\n\r\n});\r\n<\/pre>\n<p><\/p>\n<div class=\"mesg info\">\nNote: Some options are optional for creating a basic menu.\n<\/div>\n<h2> Advance Configuration Options <small> for PrMenu<\/small> <\/h2>\n<p>\nThe following are some advance configuration options to create \/ customize &#8220;PrMenu&#8221;.\n<\/p>\n<table>\n<tr>\n<td><code>fontsize<\/code><\/td>\n<td>\n<p>\nSize of the menu link text in px. Default: 14, Type: Number\/Int.\n<\/p>\n<p><label class=\"example\">EXAMPLE<\/label>  <\/p>\n<pre class=\"prettyprint lang-js\">\r\n$('#top-menu').prmenu({\r\n   fontsize: 15,\r\n});\r\n<\/pre>\n<\/td>\n<\/tr>\n<tr>\n<td><code>height<\/code><\/td>\n<td>\n<p>\nHeight of link elements. Default: 50, Type: int.\n<\/p>\n<p><label class=\"example\">EXAMPLE<\/label><\/p>\n<pre class=\"prettyprint lang-js\">\r\n$('#top-menu').prmenu({\r\n   height: 60,\r\n});\r\n<\/pre>\n<\/td>\n<\/tr>\n<tr>\n<td><code>case<\/code><\/td>\n<td>\n<p>\nValid css text transform declaration. Default: uppercase, Type: String.\n<\/p>\n<p><label class=\"example\">EXAMPLE<\/label><\/p>\n<pre class=\"prettyprint lang-js\">\r\n$('#top-menu').prmenu({\r\n   case: \"lowercase\",\r\n});\r\n<\/pre>\n<\/td>\n<\/tr>\n<tr>\n<td><code>lingbgcolor<\/code><\/td>\n<td>\n<p>\nValid css background color in hex format. Default: #000000, Type: String.\n<\/p>\n<p><label class=\"example\">EXAMPLE<\/label><\/p>\n<pre class=\"prettyprint lang-js\">\r\n$('#top-menu').prmenu({\r\n   lingbgcolor: \"#e41b17\"\r\n});\r\n<\/pre>\n<\/td>\n<\/tr>\n<tr>\n<td><code>linktextweight<\/code><\/td>\n<td>\n<p>\nValid css font weight. Drefault: 400, Type: Number.\n<\/p>\n<p><label class=\"example\">EXAMPLE<\/label><\/p>\n<pre class=\"prettyprint lang-js\">\r\n$('#top-menu').prmenu({\r\n   linktextweight: 700,\r\n});\r\n<\/pre>\n<\/td>\n<\/tr>\n<tr>\n<td><code>linktextfont<\/code><\/td>\n<td>\n<p>\nValid css font family to be applied to link text. Default: &#8220;sans-serif&#8221;, Type: String,\n<\/p>\n<p><label class=\"example\">EXAMPLE<\/label><\/p>\n<pre class=\"prettyprint lang-js\">\r\n$('#top-menu').prmenu({\r\n   linktextfont: \"custom-font-family\",\r\n});\r\n<\/pre>\n<\/td>\n<\/tr>\n<tr>\n<td><code>hoverdark<\/code><\/td>\n<td>\n<p>\nDecide weather to hover state be darker than link background color. Default: false, Type: Boolean.\n<\/p>\n<p><label class=\"example\">EXAMPLE<\/label><\/p>\n<pre class=\"prettyprint lang-js\">\r\n$('#top-menu').prmenu({\r\n   hoverdark: true,\r\n});\r\n<\/pre>\n<\/td>\n<\/tr>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>An awesome jQuery plugin to create responsive multi level menu for heavy contents websites. PrMenu is a cross-browser, cross-platform, multi&#8230;<\/p>\n","protected":false},"author":1,"featured_media":2398,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[38],"tags":[9,49,15],"class_list":["post-2397","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-menu","tag-dropdown-menu","tag-hamburger-menu","tag-horizontal-menu"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Responsive Multi Level Menu with jQuery and CSS &#8212; CodeHim<\/title>\n<meta name=\"description\" content=\"Here is a plugin for jQuery to create responsive multi level menu with jQuery and CSS. PrMenu lets you to make dropdown based mobile friendly menu.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Responsive Multi Level Menu with jQuery and CSS &#8212; CodeHim\" \/>\n<meta property=\"og:description\" content=\"Here is a plugin for jQuery to create responsive multi level menu with jQuery and CSS. PrMenu lets you to make dropdown based mobile friendly menu.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/\" \/>\n<meta property=\"og:site_name\" content=\"CodeHim\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codehimofficial\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-17T16:50:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-22T09:51:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/05\/jquery-prmenu.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"962\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Asif Mughal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:site\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Asif Mughal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/\"},\"author\":{\"name\":\"Asif Mughal\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\"},\"headline\":\"Responsive Multi Level Menu with jQuery and CSS\",\"datePublished\":\"2024-01-17T16:50:00+00:00\",\"dateModified\":\"2024-01-22T09:51:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/\"},\"wordCount\":310,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/05\/jquery-prmenu.jpg\",\"keywords\":[\"Dropdown Menu\",\"Hamburger Menu\",\"Horizontal Menu\"],\"articleSection\":[\"Menu &amp; Nav\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/\",\"url\":\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/\",\"name\":\"Responsive Multi Level Menu with jQuery and CSS &#8212; CodeHim\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/05\/jquery-prmenu.jpg\",\"datePublished\":\"2024-01-17T16:50:00+00:00\",\"dateModified\":\"2024-01-22T09:51:20+00:00\",\"description\":\"Here is a plugin for jQuery to create responsive multi level menu with jQuery and CSS. PrMenu lets you to make dropdown based mobile friendly menu.\",\"breadcrumb\":{\"@id\":\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#primaryimage\",\"url\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/05\/jquery-prmenu.jpg\",\"contentUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/05\/jquery-prmenu.jpg\",\"width\":1280,\"height\":962,\"caption\":\"Responsive Multi Level Menu with jQuery and CSS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codehim.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Menu &amp; Nav\",\"item\":\"https:\/\/codehim.com\/category\/menu\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Responsive Multi Level Menu with jQuery and CSS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codehim.com\/#website\",\"url\":\"https:\/\/codehim.com\/\",\"name\":\"CodeHim\",\"description\":\"Web Design Code Snippets\",\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"alternateName\":\"Web Design Codes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codehim.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/codehim.com\/#organization\",\"name\":\"CodeHim - Web Design Code & Scripts\",\"url\":\"https:\/\/codehim.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"contentUrl\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"width\":280,\"height\":280,\"caption\":\"CodeHim - Web Design Code & Scripts\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/codehimofficial\",\"https:\/\/x.com\/CodeHimOfficial\",\"https:\/\/www.instagram.com\/codehim\/\",\"https:\/\/www.linkedin.com\/company\/codehim\",\"https:\/\/co.pinterest.com\/codehim\/\",\"https:\/\/www.youtube.com\/@codehim\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\",\"name\":\"Asif Mughal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"caption\":\"Asif Mughal\"},\"description\":\"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.\",\"sameAs\":[\"https:\/\/codehim.com\"],\"url\":\"https:\/\/codehim.com\/author\/asif-mughal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Responsive Multi Level Menu with jQuery and CSS &#8212; CodeHim","description":"Here is a plugin for jQuery to create responsive multi level menu with jQuery and CSS. PrMenu lets you to make dropdown based mobile friendly menu.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/","og_locale":"en_US","og_type":"article","og_title":"Responsive Multi Level Menu with jQuery and CSS &#8212; CodeHim","og_description":"Here is a plugin for jQuery to create responsive multi level menu with jQuery and CSS. PrMenu lets you to make dropdown based mobile friendly menu.","og_url":"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/","og_site_name":"CodeHim","article_publisher":"https:\/\/www.facebook.com\/codehimofficial","article_published_time":"2024-01-17T16:50:00+00:00","article_modified_time":"2024-01-22T09:51:20+00:00","og_image":[{"width":1280,"height":962,"url":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/05\/jquery-prmenu.jpg","type":"image\/jpeg"}],"author":"Asif Mughal","twitter_card":"summary_large_image","twitter_creator":"@CodeHimOfficial","twitter_site":"@CodeHimOfficial","twitter_misc":{"Written by":"Asif Mughal","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#article","isPartOf":{"@id":"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/"},"author":{"name":"Asif Mughal","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed"},"headline":"Responsive Multi Level Menu with jQuery and CSS","datePublished":"2024-01-17T16:50:00+00:00","dateModified":"2024-01-22T09:51:20+00:00","mainEntityOfPage":{"@id":"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/"},"wordCount":310,"commentCount":0,"publisher":{"@id":"https:\/\/codehim.com\/#organization"},"image":{"@id":"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/05\/jquery-prmenu.jpg","keywords":["Dropdown Menu","Hamburger Menu","Horizontal Menu"],"articleSection":["Menu &amp; Nav"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/","url":"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/","name":"Responsive Multi Level Menu with jQuery and CSS &#8212; CodeHim","isPartOf":{"@id":"https:\/\/codehim.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#primaryimage"},"image":{"@id":"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/05\/jquery-prmenu.jpg","datePublished":"2024-01-17T16:50:00+00:00","dateModified":"2024-01-22T09:51:20+00:00","description":"Here is a plugin for jQuery to create responsive multi level menu with jQuery and CSS. PrMenu lets you to make dropdown based mobile friendly menu.","breadcrumb":{"@id":"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#primaryimage","url":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/05\/jquery-prmenu.jpg","contentUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/05\/jquery-prmenu.jpg","width":1280,"height":962,"caption":"Responsive Multi Level Menu with jQuery and CSS"},{"@type":"BreadcrumbList","@id":"https:\/\/codehim.com\/menu\/responsive-multi-level-menu-with-jquery-and-css\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codehim.com\/"},{"@type":"ListItem","position":2,"name":"Menu &amp; Nav","item":"https:\/\/codehim.com\/category\/menu\/"},{"@type":"ListItem","position":3,"name":"Responsive Multi Level Menu with jQuery and CSS"}]},{"@type":"WebSite","@id":"https:\/\/codehim.com\/#website","url":"https:\/\/codehim.com\/","name":"CodeHim","description":"Web Design Code Snippets","publisher":{"@id":"https:\/\/codehim.com\/#organization"},"alternateName":"Web Design Codes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codehim.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codehim.com\/#organization","name":"CodeHim - Web Design Code & Scripts","url":"https:\/\/codehim.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/","url":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","contentUrl":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","width":280,"height":280,"caption":"CodeHim - Web Design Code & Scripts"},"image":{"@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codehimofficial","https:\/\/x.com\/CodeHimOfficial","https:\/\/www.instagram.com\/codehim\/","https:\/\/www.linkedin.com\/company\/codehim","https:\/\/co.pinterest.com\/codehim\/","https:\/\/www.youtube.com\/@codehim"]},{"@type":"Person","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed","name":"Asif Mughal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","caption":"Asif Mughal"},"description":"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.","sameAs":["https:\/\/codehim.com"],"url":"https:\/\/codehim.com\/author\/asif-mughal\/"}]}},"views":7001,"_links":{"self":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/2397","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/comments?post=2397"}],"version-history":[{"count":0,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/2397\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media\/2398"}],"wp:attachment":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media?parent=2397"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/categories?post=2397"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/tags?post=2397"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}