From: Anthony Talarico Date: Thu, 31 May 2018 14:55:37 +0000 (-0400) Subject: testing deactivation of top level dropdown menu items X-Git-Tag: v1.0.0^2~1^2~13 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=49a923a82e45c7c2f7286f849361e64729e85af3;p=WP-Themes%2Flaurium.git testing deactivation of top level dropdown menu items --- diff --git a/js/custom.js b/js/custom.js index f6c0406..1b509a9 100644 --- a/js/custom.js +++ b/js/custom.js @@ -176,4 +176,7 @@ jQuery(document).ready(function($){ }) } }); + $('.menu').children('li').children("a").on("click", function(e){ + e.preventDefault() + }) }); \ No newline at end of file