{"id":19189876,"url":"https://github.com/vivify-ideas/jquery-ui-sortable","last_synced_at":"2026-02-13T03:36:02.407Z","repository":{"id":72427508,"uuid":"525724911","full_name":"Vivify-Ideas/jquery-ui-sortable","owner":"Vivify-Ideas","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-17T09:36:32.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-28T00:58:16.384Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vivify-Ideas.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-17T09:35:52.000Z","updated_at":"2022-08-17T11:15:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"317e4e12-6de9-4736-8aa6-16b63c291abd","html_url":"https://github.com/Vivify-Ideas/jquery-ui-sortable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vivify-Ideas/jquery-ui-sortable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivify-Ideas%2Fjquery-ui-sortable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivify-Ideas%2Fjquery-ui-sortable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivify-Ideas%2Fjquery-ui-sortable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivify-Ideas%2Fjquery-ui-sortable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vivify-Ideas","download_url":"https://codeload.github.com/Vivify-Ideas/jquery-ui-sortable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vivify-Ideas%2Fjquery-ui-sortable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274847685,"owners_count":25360978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T11:32:00.133Z","updated_at":"2026-02-13T03:35:57.323Z","avatar_url":"https://github.com/Vivify-Ideas.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"jQuery UI Sortable\n========\n\nThis is a custom, standalone build of jQuery UI that includes the minimum code required to utilize sortables. It includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js and jquery.ui.sortable.js.\n\nUsage\n------\n\n```html\n\u003cdiv class=\"sortable\"\u003e\n    \u003cdiv class=\"sort-item\"\u003e\u003ci class=\"icon-sort\"\u003e\u003c/i\u003e Sort Item 1\u003c/div\u003e\n    \u003cdiv class=\"sort-item\"\u003e\u003ci class=\"icon-sort\"\u003e\u003c/i\u003e Sort Item 2\u003c/div\u003e\n    \u003cdiv class=\"sort-item\"\u003e\u003ci class=\"icon-sort\"\u003e\u003c/i\u003e Sort Item 3\u003c/div\u003e\n    \u003cdiv class=\"sort-item\"\u003e\u003ci class=\"icon-sort\"\u003e\u003c/i\u003e Sort Item 4\u003c/div\u003e\n\u003c/div\u003e\n```\n\nCall `sortable` on the parent element (`.sortable`) which contains the sorted elements (`.sort-item`). Specify the `axis`, `handle` and the `update` callback.\n\n```javascript\n('.sortable').sortable({\n    items: '.sort-item',\n    opacity: 0.7,\n    axis: 'y',\n    handle: 'i.icon-sort',\n    update: function() {\n        var data = $(this).sortable('serialize');\n        console.log(data)\n    }\n});\n```\n\nOfficial Documentation / API\n------\n\nTo see all of the available options and more examples, visit the [official documentation](http://jqueryui.com/sortable/) and the [official API](http://api.jqueryui.com/sortable/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivify-ideas%2Fjquery-ui-sortable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvivify-ideas%2Fjquery-ui-sortable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivify-ideas%2Fjquery-ui-sortable/lists"}