Good evening guys, I do the dropdown menu and I want to implement it on tablets and mobile phones so that with the first click it unfolds and with the second click on the link of this menu, something like
if($("#element).click(function() { $("#element").dropdown(); if("#element").click(function() { location.href = $(this).attr('href');});}); Tell me if this is possible at all, or am I thinking in the wrong direction?