文件名称:jquery.tabbable:简单的实用程序,用于选择下一个上一个'
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-07 12:39:53
JavaScript
jQuery.tabbable 选择下一个/上一个“可粘贴”元素的简单实用程序。 包括并使用jQuery UI Core中的':tabbable'和':focusable'选择器。 演示版 查看。 方法 jQuery.tabbable添加以下方法。 // Focuses the next ':tabable' element. jQuery . tabNext ( ) ; // Focuses the previous ':tabable' element. jQuery . tabPrev ( ) ; // Focuses the previous ':focusable' element. // Elements which have a tabindex of '-1' are 'focusable', but not 'tabbable'. jQuery . focusNe
【文件预览】:
jquery.tabbable-master
----.gitignore(37B)
----README.md(1KB)
----LICENSE(1KB)
----bower.json(688B)
----package.json(873B)
----jquery.tabbable.js(4KB)
----jquery.tabbable.min.js(1KB)
----gulpfile.js(277B)
----example.html(4KB)