{"id":7881,"date":"2015-11-04T21:53:05","date_gmt":"2015-11-04T21:53:05","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2015\/11\/04\/using-jquery-ui-sortable-with-html-tables-open-source-projects-rubaxa-sortable\/"},"modified":"2015-11-04T21:53:05","modified_gmt":"2015-11-04T21:53:05","slug":"using-jquery-ui-sortable-with-html-tables-open-source-projects-rubaxa-sortable","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2015\/11\/04\/using-jquery-ui-sortable-with-html-tables-open-source-projects-rubaxa-sortable\/","title":{"rendered":"using jquery UI sortable with html tables-open source projects RubaXa\/Sortable"},"content":{"rendered":"<p>what I want to achieve is to print some data from database to user in html table, and the user should be able to reorder table rows, so i used jquery ui sortable:<\/p>\n<pre><code>\n    $(function() {\n        $( \"#sortable\" ).sortable();\n        $( \"#sortable\" ).disableSelection();\n    });<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>what I want to achieve is to print some data from database to user in html table, and the user should be able to reorder table rows, so i used jquery ui sortable: $(function() { $( &#8220;#sortable&#8221; ).sortable(); $( &#8220;#sortable&#8221; ).disableSelection(); });<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7881","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7881","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=7881"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7881\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=7881"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=7881"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=7881"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}