Major refactoring for neat features
- No more dependency on classes polluting the markup. It is called manually by the user on the UL tag
- RTL support (for left/right keys)
- Improved aria markup support Better support for submenus level > 1 (with tabs)
- Mouseleave timeout to allow it to reach a submenu which has a few pixels distance from the parent menu
(This is a newer PR, after deleting the other PR's branch by mistake) https://github.com/nico3333fr/jquery-accessible-subnav-dropdown/pull/4
@nico3333fr I've added another commit, to support multiple sublevels, with mixed horizontal/vertical directions. This also makes the library a little bit smaller.
This is awesome!
@nico3333fr do you have time to take a look at this and merge? Let me know if I can help.
Once it is possible (I'm on holidays), I merge it and adapt the documentation. 👍
Happy holidays :palm_tree:
There's some functionality in this pull request that I would really like to use, but it does not seem to be compatible with the current example HTML and CSS from the README. @nico3333fr do you know when you will be able to merge this and update the README?