• Resolved trial3rror

    (@trial_error)


    In Underscores, the navmenu toggle for smaller screens uses ARIA to show/hide the UL. I want to animate the UL and have it slide into/out of view so I turned to jQuery. But jQuery’s slideToggle conflicts with the ARIA toggling.

    I know that I should not touch the ARIA functionality because it it good for screen readers, but at the same time it is affecting the experience in regular browsers (for which it is not intended?).

    How can I implement a sliding menu in this situation?

Viewing 1 replies (of 1 total)
  • Thread Starter trial3rror

    (@trial_error)

    Sorry I took up everyone’s time. There is no ARIA toggling, only CSS styles that were dependent on ARIA values. Editing the CSS makes it possible for JQ to function as normal.

Viewing 1 replies (of 1 total)
  • The topic ‘[Underscores] Can ARIA and jQuery work together?’ is closed to new replies.