JQUERY的 搜索下拉框

Posted xc_flying

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JQUERY的 搜索下拉框相关的知识,希望对你有一定的参考价值。

<select name="supplier_id">
    <option>小</option>
    <option>小超</option>
    <option>小超人</option>    
</select>

<link rel="stylesheet" type="text/css" href="__PUBLIC__/Admin/css/lib/comboselect/combo.select.css">
<script type="text/javascript" src="__PUBLIC__/Admin/js/lib/comboselect/jquery.combo.select.js"></script>
<style type="text/css">
    .combo-input {
        padding: 3px;
    }
    .combo-select {
        margin-bottom: 0px; 
        border: 0px #ccc solid; 
    }
    .combo-arrow:before {
        border-top: 5px solid #333;
        right: 5px;
    }
</style>
<script type="text/javascript">
    $(function() {
        $("select[name$=‘supplier_id‘]").comboSelect();
    });
</script>

  

以上是关于JQUERY的 搜索下拉框的主要内容,如果未能解决你的问题,请参考以下文章

jQuery搜索框输入文字下拉提示菜单

用jquery设置下拉不可编辑,但是没起作用,求高手指点,急。。。

JQuery插件带搜索框的下拉框美化插件

使用jquery select2实现下拉框搜索功能

JQUERY的 搜索下拉框

带有 jquery-1.4.2.min.js 的搜索框插件的多选下拉菜单