Advertisement
gregrgay

menubar.aria.7

Jul 17th, 2018
3,450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $me.has('ul')
  2.     .attr({ // setup submenus
  3.     'aria-haspopup': true,
  4.     'aria-expanded': false
  5.     })
  6. .addClass('expandable');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement