Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Menu underline not showing › Reply To: Menu underline not showing
November 19, 2013 at 1:16 pm
#2872
livemesh
Keymaster
The JS code will look like below in your case –
$('li.menu-item-4455 > a').click(function(e) { return false; // prevent default click action from happening! e.preventDefault(); // same thing as above });