做网站|网站建设,就上易助科技网

前端技术文档及相关资料下载

关于前端html、css、js等技术上的各种疑难棘手问题的解决方案探讨及相关资料下载!

jQuery选择下拉框美化插件Nice S e l e c t
来源:易助科技网浏览量:6收藏

简介

jquery-nice-select 是一款轻量级的 select 下拉选择框美化 jQuery 插件。该插件可以将原生的 select 元素转换为自定义样式的下拉选择框,并且在选择时带有很酷的 CSS3 过渡动画效果。


使用

1. nice-select.css 和 jquery 以及 jquery.nice-select.js 文件。


2. HTML

<select>
<option data-display="Select">Nothing</option>
<option value="1">Some option</option>
<option value="2">Another option</option>
<option value="3" disabled>A disabled option</option>
<option value="4">Potato</option>
</select>


3. 调用方法

$('select').niceSelect('update');


4. 销毁

$('select').niceSelect('destory');


相关链接

Github 地址:https://github.com/hernansartorio/jquery-nice-select

演示地址 : https://www.22vd.com/demo/34792.html