gregrgay

slider.aria3

Jun 13th, 2018
6,424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  $('<div/>') // add instructions for screen reader users
  2.     .attr({
  3.     'id': id + '_instructions'
  4.     })
  5.     .text(this.options.instructions)
  6.     .addClass('ik_readersonly')
  7.     .appendTo(this.element);
Advertisement
Add Comment
Please, Sign In to add comment