This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.
http://cssmenumaker.com/blog/creating-a-responsive-menu...
Full control of style in style sheet. Responsive and touch friendly for tablets.
and do this to disable parents...
$('#cssmenu a').click(function() {
if($('ul', $(this).parent()).length > 0) {
return false;
}
});