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

<html>

  <div class="select-content jy-fl" >添加标签</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>

相关文章:

  • 2021-11-20
  • 2021-08-14
  • 2022-12-23
  • 2021-05-22
  • 2022-02-18
  • 2022-12-23
  • 2021-10-05
  • 2021-08-20
猜你喜欢
  • 2021-05-07
  • 2022-12-23
  • 2021-07-28
  • 2021-11-20
  • 2022-12-23
  • 2021-07-04
  • 2021-12-03
相关资源
相似解决方案