文件名称:jquery.dropdown:可定制的风格化下拉菜单
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-29 14:32:49
JavaScript
jquery.dropdown-jQuery插件 基本用法: 在页面中包含JS和CSS,并调用dropdown jQuery方法来格式化select输入。 $ ( 'select' ) . dropdown ( ) ; 注意:每个select输入必须具有关联的id属性(否则,您将需要RandomUniqueID jQuery插件) 使用选项 $ ( 'select' ) . dropdown ( { enableSearch : true , // will scroll to and highlight the row matching the key sequence you type (enabled by default) keyNav : true // navigate through list items using the keyboard ar
【文件预览】:
jquery.dropdown-master
----jquery.dropdown.min.js(5KB)
----LICENSE(1KB)
----sources()
--------jquery.dropdown.scss(2KB)
--------arrow.png(107B)
----README.md(626B)
----index.php(797B)
----css()
--------jquery.dropdown.css(2KB)
----jquery.dropdown.js(13KB)
----composer.json(65B)