tabable:在元素上设置标签索引的简单模块

时间:2024-07-05 06:28:03
【文件属性】:

文件名称:tabable:在元素上设置标签索引的简单模块

文件大小:2KB

文件格式:ZIP

更新时间:2024-07-05 06:28:03

JavaScript

表格 这是一个简单的模块,它将为您的元素添加 tab-index 属性。 安装 $ npm install tabable 用法 tabable ( element [ , filter ] ) 给定一个元素,tabable 在其中查找所有输入(或您通过可选过滤器参数指定的任何内容)并给它们一个 tab-index。 例如: var tabable = require ( 'tabable' ) ; // make all the inputs have a reasonable tab-index tabable ( document . getElementById ( 'foo' ) ) ; 只希望 textareas 是可制表的? var tabable = require ( 'tabable' ) ; // only set tab-index on the t


【文件预览】:
tabable-master
----.gitignore(33B)
----README.md(852B)
----.jsbeautifyrc(488B)
----.jshintrc(190B)
----package.json(400B)
----index.js(323B)

网友评论