Advertisement
gregrgay

tabs.aria.5

Jun 19th, 2018
4,733
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $($tabs[ind]) // select specified tab
  2.     .addClass('selected')
  3.     .attr({
  4.         'aria-selected': true,
  5.         tabindex: 0
  6.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement