Skip to content

multiple megamenu in website #594

@babakhakimi

Description

@babakhakimi

i use mod_astroid_menu multiple time in my site and I want to change data-asteroid-trigger for each module, but the settings of the first module are executed for all modules

you use
$('[data-megamenu]').JDMegaMenu();
in your js file

media/astroid/js/megamenu.js

but this code only work for the first menu

please change that to

  $('[data-megamenu]').each(function() {
     $(this).JDMegaMenu();
  });

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions