Skip to content

mouseenter targets vs focusin targets #178

Description

@mjau-mjau

Is there any reason why the mouseenter event is applied to targets option, while focusin event is hardcoded to 'li, or am I missing some vital functionality?

$menu.on('mouseenter.superfish', targets, over)

vs

$menu.on('focusin.superfish', 'li', over)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions