上github搜jquery-sortable

<!-- jq拖拽排序 -->
<script
    src="${contextPath}/static/excelTable/jquery-sortable/jquery-sortable.js"></script>
<link rel="stylesheet"
    href="${contextPath}/static/excelTable/jquery-sortable/jquery-sortable.css">

 

<ol class='example' id="example">

   <li>1</li>
  <li>2</li>
  <li>3</li>

 

</ol>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-05
  • 2021-06-18
  • 2021-04-19
  • 2021-08-31
猜你喜欢
  • 2021-11-10
  • 2022-03-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-29
相关资源
相似解决方案