Skip to content

Close menu on link click #25

@ex0b1t

Description

@ex0b1t

Need a built in function to close menu items. I implement the following hack to close menu items when clicked.

// Hack to close items when clicked
$('.mp-close').mousedown(function () {
    $('body').click();
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions