﻿{"id":1659,"date":"2019-10-22T10:05:05","date_gmt":"2019-10-22T02:05:05","guid":{"rendered":"http:\/\/jilin.hydesign.tw\/?p=1659"},"modified":"2021-10-23T21:12:51","modified_gmt":"2021-10-23T13:12:51","slug":"ajax-sortable","status":"publish","type":"post","link":"http:\/\/jilin.hydesign.tw\/index.php\/2019\/10\/22\/ajax-sortable\/","title":{"rendered":"Ajax  sortable \u62d6\u66f3\u6392\u5e8f"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>Javascript<\/strong><\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"js\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;script type='text\/javascript' src='https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.7.1\/jquery.min.js'>&lt;\/script>\n&lt;script type='text\/javascript' src='https:\/\/ajax.googleapis.com\/ajax\/libs\/jqueryui\/1.8.18\/jquery-ui.min.js'>&lt;\/script>\n \n&lt;script>\n    $(document).ready(function () {\n        $(\".sort\").sortable({\n            opacity: 0.6,   \n            cursor: 'pointer',  \n            axis: 'y',       \/\/\u5782\u76f4\u62d6\u66f3 'X' \u6c34\u5e73\u62d6\u66f3\n            update: function () {\n            $(\"input#test-log\").val($('.sort').sortable('serialize'));\n        }\n               \n        });\n \n    });\n&lt;\/script><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Html<\/h2>\n\n\n\n<p>\u5340\u5206\u8868\u683c\u6a19\u7c64 &lt;thead&gt; &lt;tbody&gt; &lt;tfoot&gt;<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;table width=\"100%\" border=\"0\" class=\"list_table\">\n&lt;tbody class=\"sort\">\n&lt;tr>\n&lt;td align=\"center\">&lt;input type=\"checkbox\" name=\"c1\"> 1&lt;\/td>\n&lt;td align=\"center\">\u7ba1\u7406\u8005&lt;\/td>\n&lt;td align=\"center\">admin&lt;\/td>\n&lt;td align=\"center\">&lt;span class=\"time\">2014\/5\/1 &lt;br>\u4e0a\u5348 10:02:22&lt;\/span>&lt;\/td>\n&lt;td align=\"center\">&lt;input name=\"\" type=\"button\" value=\"\u7de8\u8f2f\" onclick=\"window.location.href='groups_edit.aspx'\"\/> | &lt;input name=\"\" type=\"button\" value=\"\u522a\u9664\" onclick=\"window.location.href='#'\"\/>&lt;\/td>\n&lt;\/tr>\n&lt;tr>\n&lt;td align=\"center\">&lt;input type=\"checkbox\" name=\"c1\"> 2&lt;\/td>\n&lt;td align=\"center\">\u54e1\u5de5&lt;\/td>\n&lt;td align=\"center\">admin&lt;\/td>\n&lt;td align=\"center\">&lt;span class=\"time\">2014\/5\/1 &lt;br>\u4e0a\u5348 10:02:22&lt;\/span>&lt;\/td>\n&lt;td align=\"center\">&lt;input name=\"\" type=\"button\" value=\"\u7de8\u8f2f\" onclick=\"window.location.href='groups_edit.aspx'\"\/> | &lt;input name=\"\" type=\"button\" value=\"\u522a\u9664\" onclick=\"window.location.href='#'\"\/>&lt;\/td>\n&lt;\/tr>\n&lt;\/tbody>\n&lt;\/table><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Javascript Html \u5340\u5206\u8868\u683c\u6a19\u7c64 &lt;thead&gt; &lt;tbody&gt; &lt;&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[28,12,4],"tags":[],"class_list":["post-1659","post","type-post","status-publish","format-standard","hentry","category-ajax","category-front-end","category-notes"],"_links":{"self":[{"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/posts\/1659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/comments?post=1659"}],"version-history":[{"count":6,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/posts\/1659\/revisions"}],"predecessor-version":[{"id":1843,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/posts\/1659\/revisions\/1843"}],"wp:attachment":[{"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/media?parent=1659"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/categories?post=1659"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/tags?post=1659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}