jQuery select下拉框单选和多选插件.zip

时间:2022-07-31 03:59:33
【文件属性】:
文件名称:jQuery select下拉框单选和多选插件.zip
文件大小:68KB
文件格式:ZIP
更新时间:2022-07-31 03:59:33
js特效-jQuery select下拉框单选和多选插件 js代码 [removed][removed] [removed] $('.form-control-chosen').chosen({ allow_single_deselect: true, width: '100%' }); $('.form-control-chosen-required').chosen({ allow_single_deselect: false, width: '100%' }); $('.form-control-chosen-search-threshold-100').chosen({ allow_single_deselect: true, disable_search_threshold: 100, width: '100%' }); $('.form-control-chosen-optgroup').chosen({ width: '100%' }); $(function() { $('[title="clickable_optgroup"]').addClass('chosen-container-optgroup-clickable'); }); $(document).on('click', '[title="clickable_optgroup"] .group-result', function() { var unselected = $(this).nextUntil('.group-result').not('.result-selected'); if(unselected.length) { unselected.trigger('mouseup'); } else { $(this).nextUntil('.group-result').each(function() { $('a.search-choice-close[data-option-array-index="' $(this).data('option-array-index') '"]').trigger('click'); }); } }); [removed]
【文件预览】:
jQuery select下拉框单选和多选插件
----index.html(5KB)
----php中文网下载站.url(114B)
----js()
--------jquery-1.11.0.min.js(94KB)
--------chosen.jquery.js(45KB)
----dist()
--------css()
----php中文网免费下载站.txt(219B)
----css()
--------demo.css(1KB)
--------bootstrap.min.css(141KB)

网友评论