Home Forums Basel support forum Mobile menu dropdown

Mobile menu dropdown

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #84733

    keacraft
    Participant

    Hey,

    I would like if clicking on the text (not only the arrow) would open up the dropdown menu.

    I already tried this from another post without anything happening:

    jQuery('.mobile-nav').on('click', '.menu-item a:not([href])', function(e) {
    	e.preventDefault();
    	jQuery(this).parent().find('>.icon-sub-menu').click();
    })

    Any suggestions on how to solve this?

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #84755

    Artem Temos
    Keymaster

    Hi,

    Please, send us a link to your website where you added that code so we can check.

    Thank you

    #84758

    keacraft
    Participant

    Can’t share website link with you, as it is password protected. It is a staging version.

    #84799

    Artem Temos
    Keymaster

    Sorry, but we can’t test the code while we don’t see your website.

Viewing 4 posts - 1 through 4 (of 4 total)