{"_id":"jquery.tabbable","_rev":"4-1f5b369a50d5a56da25ae7529eff72ab","name":"jquery.tabbable","description":"Simple utility for selecting the next / previous 'tabbable' element. Includes and uses the ':tabbable' and ':focusable' selectors from jQuery UI Core.","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.1":{"name":"jquery.tabbable","version":"1.0.1","description":"Simple utility for selecting the next / previous 'tabbable' element. Includes and uses the ':tabbable' and ':focusable' selectors from jQuery UI Core.","main":"jquery.tabbable.js","dependencies":{},"devDependencies":{"gulp":"~3.3.0","gulp-uglify":"~0.1.0","gulp-rename":"~0.2.1"},"scripts":{"minify":"gulp minify"},"repository":{"type":"git","url":"https://marklagendijk@github.com/marklagendijk/jQuery.tabbable.git"},"keywords":["jQuery","tab","focus",":tabbable",":focusable"],"author":{"name":"Mark Lagendijk","email":"mark@lagendijk.info"},"license":"MIT","bugs":{"url":"https://github.com/marklagendijk/jQuery.tabbable/issues"},"homepage":"https://github.com/marklagendijk/jQuery.tabbable","gitHead":"c1f238859b5f7ccffda4af8efffe3ca9e38f6cc3","_id":"jquery.tabbable@1.0.1","_shasum":"253f096a03e2eb3c28b5dbeb62c36dec79d57048","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"marklagendijk","email":"mark@lagendijk.info"},"maintainers":[{"name":"marklagendijk","email":"mark@lagendijk.info"}],"dist":{"shasum":"253f096a03e2eb3c28b5dbeb62c36dec79d57048","tarball":"https://registry.npmjs.org/jquery.tabbable/-/jquery.tabbable-1.0.1.tgz","integrity":"sha512-cN4RDSGJIjshgaQWYrrYT0iD3Qp3WTfsoEJdUo7ENzwYifv0OC9NKQi1vcgxd0InkvAWJ1+cXSjwM+TiIbObgw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIErDL/TKa3v362yllv2U/3ddeuQXSCJRRFkqdnPUbtWpAiEAg5GSuVS7YZSb2hNiykD6ooW3GEc4haSX3N1boYjp8LQ="}]}}},"readme":"jQuery.tabbable\r\n===============\r\n\r\nSimple utility for selecting the next / previous 'tabbable' element. Includes and uses the ':tabbable' and ':focusable' selectors from jQuery UI Core.\r\n\r\n### Demo\r\nView the [jsFiddle demo](http://jsfiddle.net/Kgzzx/).\r\n\r\n### Methods\r\njQuery.tabbable adds the following methods.\r\n``` javascript\r\n// Focuses the next ':tabable' element.\r\njQuery.tabNext();\r\n\r\n// Focuses the previous ':tabable' element.\r\njQuery.tabPrev();\r\n\r\n// Focuses the previous ':focusable' element. \r\n// Elements which have a tabindex of '-1' are 'focusable', but not 'tabbable'.\r\njQuery.focusNext();\r\n\r\n// Focuses the previous ':focusable' element.\r\n// Elements which have a tabindex of '-1' are 'focusable', but not 'tabbable'.\r\njQuery.focusPrev();\r\n```\r\n\r\n### Selectors\r\njQuery.tabbable adds following selectors (which come from jQuery UI Core):\r\n``` javascript\r\n// Select tabbable elements\r\n$(':tabbable');\r\n\r\n// Select focusable elements\r\n$(':focusable');\r\n```\r\n\r\n## Installation\r\n1. `bower install jQuery.tabbable --save` or `npm install jquery.tabbable --save`\r\n2. Include `jquery.tabbable.min.js`\r\n","maintainers":[{"name":"marklagendijk","email":"mark@lagendijk.info"}],"time":{"modified":"2022-06-19T05:24:35.355Z","created":"2015-02-23T18:34:52.720Z","1.0.1":"2015-02-23T18:34:52.720Z"},"homepage":"https://github.com/marklagendijk/jQuery.tabbable","keywords":["jQuery","tab","focus",":tabbable",":focusable"],"repository":{"type":"git","url":"https://marklagendijk@github.com/marklagendijk/jQuery.tabbable.git"},"author":{"name":"Mark Lagendijk","email":"mark@lagendijk.info"},"bugs":{"url":"https://github.com/marklagendijk/jQuery.tabbable/issues"},"license":"MIT","readmeFilename":"README.md"}