{"id":15025173,"url":"https://github.com/mbraak/jqtree","last_synced_at":"2025-05-13T17:08:52.666Z","repository":{"id":1479115,"uuid":"1723712","full_name":"mbraak/jqTree","owner":"mbraak","description":"Tree widget for jQuery","archived":false,"fork":false,"pushed_at":"2025-04-18T05:30:06.000Z","size":20766,"stargazers_count":1026,"open_issues_count":4,"forks_count":179,"subscribers_count":49,"default_branch":"dev","last_synced_at":"2025-04-23T23:15:38.148Z","etag":null,"topics":["javascript","jqtree","jquery","tree","tree-widget","typescript"],"latest_commit_sha":null,"homepage":"https://mbraak.github.io/jqTree/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mbraak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2011-05-09T17:28:22.000Z","updated_at":"2025-04-07T12:48:39.000Z","dependencies_parsed_at":"2023-10-05T05:28:41.273Z","dependency_job_id":"003a4588-9961-4a29-a0a3-df3059daba44","html_url":"https://github.com/mbraak/jqTree","commit_stats":{"total_commits":1411,"total_committers":36,"mean_commits":39.19444444444444,"dds":0.2678951098511694,"last_synced_commit":"cf4ea90fc79641ef7aa3d0526ffcc0d0772f4c98"},"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbraak%2FjqTree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbraak%2FjqTree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbraak%2FjqTree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbraak%2FjqTree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbraak","download_url":"https://codeload.github.com/mbraak/jqTree/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250528900,"owners_count":21445519,"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","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":["javascript","jqtree","jquery","tree","tree-widget","typescript"],"created_at":"2024-09-24T20:01:39.571Z","updated_at":"2025-04-23T23:15:44.329Z","avatar_url":"https://github.com/mbraak.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Build](https://github.com/mbraak/jqTree/workflows/Continuous%20integration/badge.svg) [![codecov](https://codecov.io/gh/mbraak/jqTree/branch/dev/graph/badge.svg?token=DKzjY5YUlq)](https://codecov.io/gh/mbraak/jqTree)\n\n[![NPM version](https://img.shields.io/npm/v/jqtree.svg)](https://www.npmjs.com/package/jqtree)\n\n# jqTree\n\nJqTree is a tree widget. Read more in the [documentation](https://mbraak.github.io/jqTree/).\n\n![screenshot](https://raw.github.com/mbraak/jqTree/master/screenshot.png)\n\n## Features\n\n-   Create a tree from JSON data\n-   Drag and drop\n-   Works on all modern browsers\n-   Written in Typescript\n\nThe project is hosted on [github](https://github.com/mbraak/jqTree).\n\n## Examples\n\nExample with ajax data:\n\n```html\n\u003cdiv id=\"tree1\" data-url=\"/example_data/\"\u003e\u003c/div\u003e\n```\n\n```js\n$(\"#tree1\").tree();\n```\n\nExample with static data:\n\n```js\nvar data = [\n    {\n        label: \"node1\",\n        id: 1,\n        children: [\n            { label: \"child1\", id: 2 },\n            { label: \"child2\", id: 3 },\n        ],\n    },\n    {\n        label: \"node2\",\n        id: 4,\n        children: [{ label: \"child3\", id: 5 }],\n    },\n];\n$(\"#tree1\").tree({\n    data: data,\n    autoOpen: true,\n    dragAndDrop: true,\n});\n```\n\n## Documentation\n\nThe documentation is on http://mbraak.github.io/jqTree/.\n\n## Thanks\n\nThe code for the mouse widget is heavily inspired by the mouse widget from jquery ui.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbraak%2Fjqtree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbraak%2Fjqtree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbraak%2Fjqtree/lists"}