Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $('<div/>') // add instructions for screen reader users
- .attr({
- 'id': id + '_instructions'
- })
- .text(this.options.instructions)
- .addClass('ik_readersonly')
- .appendTo(this.element);
Advertisement
Add Comment
Please, Sign In to add comment