Add go button to mobile dropdown menu

Latest Reply from tasna at 2013-07-06 01:01:14 Solution
Hello,

Is there a wat to add a go button to the mobile dropdown menu because only clicking on it won't load the page.

Niels
Same here - mobile menus not working.
Received this from support ticket - didn't work for me - maybe you?
<script>
jQuery('select.mobile-menu').
live('change',function(){window.location=jQuery(this).find("option:selected").val()});
</script>
Sorry - add code to the section <head> in the file top.php
Hi Peter,

Thank you for your code, it fixed my problem.

Leave a reply

Add codeAdd image