dom-autofocus:进入dom时聚焦一个元素

时间:2024-06-01 18:14:53
【文件属性】:

文件名称:dom-autofocus:进入dom时聚焦一个元素

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-01 18:14:53

JavaScript

自动对焦 进入dom时聚焦一个元素 为什么? 因为autofocus属性仅在页面加载时起作用。 挂载元素后,此模块立即使用调用.focus() 。 安装 npm install dom-autofocus 用法 dom-autofocus与非虚拟DOM差异库(例如choo)一起使用时效果很好: var autofocus = require ( 'dom-autofocus' ) var html = require ( 'choo/html' ) module . exports = function view ( ) { return html ` < body > Type here: ${ autofocus ( html ` < input type =" text " > ` ) } </ body


【文件预览】:
dom-autofocus-master
----.travis.yml(150B)
----index.js(367B)
----package.json(950B)
----.github()
--------dependabot.yml(209B)
----test()
--------browser.js(439B)
--------index.js(239B)
----LICENSE.md(628B)
----.gitignore(544B)
----CHANGELOG.md(348B)
----.npmrc(19B)
----README.md(1KB)

网友评论