Advertisement
gregrgay

sortable.aria.1

Jul 19th, 2018
3,182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var pluginName = "ik_sortable",
  2.     modifier = navigator.platform.indexOf('Mac') > -1 ? 'Command' : 'Control',
  3.     defaults = {
  4.         'instructions': 'Use arrow keys to select a list item,  ' + modifier + ' + arrow keys to move it to a new position.'
  5.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement