Effect picture: 1. Import files <script src="js/jquery-1.10.1.min.js"></script> <link rel="stylesheet" href="Public/css/jquery-ui.min.css"> <script src="js/jquery-ui.min.js"></script> 2. Attach the sortable class to the element <tbody class="sortable"> <tr></tr> <tr></tr> </tbody> 3. Enable and configure $(function() { $(".sortable").sortable({ cursor: "move", items: "tr", //Only tr can be dragged opacity: 0.6, //When dragging, the transparency is 0.6 revert: true, //When releasing, add animation update: function(event, ui) { //After updating the sort var categoryids = $(this).sortable("toArray"); var $this = $(this); } }); $(".sortable").disableSelection(); }); The above is the HTML table mouse drag sorting function introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! |
<<: Linux system repair mode (single user mode)
>>: Comprehensive inventory of important log files in MySQL
I. Introduction Docker technology is very popular...
In the previous article, we have implemented loca...
uninstall First, confirm whether it has been inst...
Preface So I wrote this blog. This blog also reco...
Sophie Hardach Clyde Quay Wharf 37 East Soapbox Rx...
There is a difference between src and href, and t...
I don't know if you have ever encountered suc...
Today someone talked to me about a website develo...
download Download address: https://redis.io/downl...
If prompted to enter a key, select [I don’t have ...
Contemporary web visual design has gone through th...
Preface 1. Benchmarking is a type of performance ...
In a complex table structure, some cells span mul...
Table of contents 1. Sample code 2. See the essen...
We need to first combine the air quality data wit...