• 带查询功能的下拉列表


    <link href="~/js/flexselect/flexselect.css" rel="stylesheet" />

    <html>

      <div class="select-content jy-fl" id="selectDiv">
        <select class="flexselect jy-fl inputNormal mgl10 width240" id="userName" name="userName">
          <option value="">添加标签</option>
        </select>
      </div>

    </html>

    <script src="~/js/flexselect/liquidmetal.js"></script>
    <script src="~/js/flexselect/jquery.flexselect.js" type="text/javascript"></script>

     <script>

      // 将所有.flexselect实例化

         $("select.flexselect").flexselect();

    </script>

    再三须慎意,第一莫欺心
  • 相关阅读:
    aarch64_p1
    aarch64_o2
    aarch64_o1
    aarch64_n3
    aarch64_n2
    aarch64_n1
    aarch64_m3
    aarch64_m2
    aarch64_m1
    aarch64_l3
  • 原文地址:https://www.cnblogs.com/otsf/p/12033681.html
Copyright © 2020-2023  润新知