commit 5fbf82d480fc488d57c1d72656c9953e9bad99d8
Author: bunny <1319900154@qq.com>
Date: Wed Jan 31 14:37:20 2024 +0800
03简单的多组间拖动
diff --git a/01简单拖动表格.html b/01简单拖动表格.html
new file mode 100644
index 0000000..16123e9
--- /dev/null
+++ b/01简单拖动表格.html
@@ -0,0 +1,87 @@
+
+
+
+
+ sortable.js table表格拖拽例子
+
+
+
+
+
+
+
+
+ 1 |
+ www.baidu.com |
+
+
+
+
+ 2 |
+ www.itxst.com |
+
+
+
+
+ 3 |
+ www.google.com |
+
+
+
+
+ 4 |
+ www.microsoft.com |
+
+
+
+
+
+
diff --git a/02表格拖动例子.html b/02表格拖动例子.html
new file mode 100644
index 0000000..6391cfa
--- /dev/null
+++ b/02表格拖动例子.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+ sortable.js table表格拖拽例子
+
+
+
+
+
+
+
+
+
+ 1 |
+ www.baidu.com |
+
+
+
+
+ 2 |
+ www.itxst.com |
+
+
+
+
+ 3 |
+ www.google.com |
+
+
+
+
+ 4 |
+ www.microsoft.com |
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/03简单的多组间拖动.html b/03简单的多组间拖动.html
new file mode 100644
index 0000000..bb5b277
--- /dev/null
+++ b/03简单的多组间拖动.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+ sortable.js group属性例子
+
+
+
+
+
+
+
+
+
A组
+
item 1
+
item 2
+
item 3
+
+
+
B组
+
www.itxst.com
+
www.google.com
+
www.baidu.com
+
+
+
+
+
+
+
+
\ No newline at end of file