gregrgay

menubar.aria.6

Jul 17th, 2018
3,797
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $me.attr({
  2.     'role': 'menuitem', // assign menuitem rols
  3.     'tabindex': -1,  // remove from tab order
  4.     'aria-label': $link.text() // label with link text
  5. });
Advertisement
Add Comment
Please, Sign In to add comment