gregrgay

menubar.aria.3

Jul 17th, 2018
3,771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $elem.find('ul:eq(0)')
  2.     .attr({
  3.         'id': id,
  4.         'role': 'menubar', // assign menubar role to the topmost ul element
  5.         'tabindex': 0,
  6.         'aria-labelledby': id + '_instructions'
  7.     });
Advertisement
Add Comment
Please, Sign In to add comment