{"id":15118,"date":"2019-09-16T13:07:58","date_gmt":"2019-09-16T13:07:58","guid":{"rendered":"http:\/\/rnbtheme.com\/documentation\/?p=15118"},"modified":"2023-03-15T11:34:49","modified_gmt":"2023-03-15T11:34:49","slug":"close-mobile-menu-with-the-anchor-by-tap-on-title","status":"publish","type":"post","link":"https:\/\/rnbtheme.com\/documentation\/knowledge-base\/close-mobile-menu-with-the-anchor-by-tap-on-title","title":{"rendered":"Close mobile menu with the anchor by tap on title"},"content":{"rendered":"<p>In case you are using anchor menu and would like to close the menu by click on the menu item you may use the following JS code:<\/p>\n<p>&lt;script type=&#8221;text\/javascript&#8221;&gt;<br \/>\n(function($) {<br \/>\n$(window).load(function(){<br \/>\n$(&#8216;#sidr .mega-menu-item:not(.has-submenu)&#8217;).find(&#8216;.menu-link&#8217;).on(&#8216;click touchend&#8217;, function() {<br \/>\n$.sidr(&#8216;close&#8217;);<br \/>\n});<br \/>\n});<br \/>\n})(jQuery);<br \/>\n&lt;\/script&gt;<\/p>\n<p>Add the code to <del class=\"support-arrow-right\">Theme options<\/del>\u00a0<del class=\"support-arrow-right\">General options<\/del>\u00a0<del class=\"support-arrow-right\">Custom CSS\/JS<\/del> <del>Custom JS<\/del> field.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In case you are using anchor menu and would like to close the menu by click on the menu item you may use the following JS code: &lt;script type=&#8221;text\/javascript&#8221;&gt; (function($)<\/p>\n","protected":false},"author":30,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[6],"tags":[138,216,159,102],"_links":{"self":[{"href":"https:\/\/rnbtheme.com\/documentation\/wp-json\/wp\/v2\/posts\/15118"}],"collection":[{"href":"https:\/\/rnbtheme.com\/documentation\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rnbtheme.com\/documentation\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rnbtheme.com\/documentation\/wp-json\/wp\/v2\/users\/30"}],"replies":[{"embeddable":true,"href":"https:\/\/rnbtheme.com\/documentation\/wp-json\/wp\/v2\/comments?post=15118"}],"version-history":[{"count":13,"href":"https:\/\/rnbtheme.com\/documentation\/wp-json\/wp\/v2\/posts\/15118\/revisions"}],"predecessor-version":[{"id":15555,"href":"https:\/\/rnbtheme.com\/documentation\/wp-json\/wp\/v2\/posts\/15118\/revisions\/15555"}],"wp:attachment":[{"href":"https:\/\/rnbtheme.com\/documentation\/wp-json\/wp\/v2\/media?parent=15118"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rnbtheme.com\/documentation\/wp-json\/wp\/v2\/categories?post=15118"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rnbtheme.com\/documentation\/wp-json\/wp\/v2\/tags?post=15118"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}