在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:hernansartorio/jquery-nice-select开源软件地址:https://github.com/hernansartorio/jquery-nice-select开源编程语言:JavaScript 49.8%开源软件介绍:jQuery Nice SelectA lightweight jQuery plugin that replaces native select elements with customizable dropdowns. UsageInclude jQuery and the plugin. <script src="path/to/jquery.js"></script>
<script src="path/to/jquery.nice-select.js"></script> Include the plugin styles, either the compiled CSS... <link rel="stylesheet" href="path/to/nice-select.css"> ...or, ideally, import the SASS source (if you use SASS) in your main stylesheet for easier customization. @import 'nice-select'; Finally, initialize the plugin. $(document).ready(function() {
$('select').niceSelect();
}); Full documentation and examples at hernansartorio.com/jquery-nice-select. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论