Giter Club home page Giter Club logo

Comments (2)

vadikom avatar vadikom commented on June 27, 2024 1

Please note the v2 code is still in early alpha and it might change quite notably (I already have some breaking changes locally that are still not committed - e.g. the single SmartMenus JS component will be split into at least 3 new components Collapse/Offcanvas/Nav for improved flexibility). So I wouldn't really recommend upgrading a working solution at the moment.

That being said to answer your question - the v2 script allows for arbitrary HTML structure by providing a few selectorX options. So in your case, you would need something like this:

const navbar = new SmartMenus(document.querySelector('#navbar-container'), {
  selectorNav: '.navigation',
  selectorSub: 'ul',
  selectorItem: 'li',
  selectorLink: 'a'
});

from smartmenus.

matt-bernhardt avatar matt-bernhardt commented on June 27, 2024

Thanks, I appreciate your reply. I may end up recommending that we hold off on changing our menu until a later time. In the meantime, though, I'll work on an approach like you detail above to see what the level of effort is likely to be.

from smartmenus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.