<script src="js/jquery-sortable.js"></script>
$("ol.example").sortable(); $("table.example").sortable();
li是ol的子元素吧,ol是个容器,li是它的一部分,给ol的拖动理应贯彻到li上