{"id":29079569,"url":"https://github.com/markusfisch/zoomgrid","last_synced_at":"2025-06-27T17:08:15.959Z","repository":{"id":1230463,"uuid":"1162159","full_name":"markusfisch/ZoomGrid","owner":"markusfisch","description":"ZoomGrid is a two-dimensional accordion menu inside a fixed rectangle","archived":false,"fork":false,"pushed_at":"2019-10-19T17:55:52.000Z","size":34,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-11T13:38:08.579Z","etag":null,"topics":["javascript-library"],"latest_commit_sha":null,"homepage":"http://markusfisch.de/ZoomGrid","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markusfisch.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}},"created_at":"2010-12-12T19:45:31.000Z","updated_at":"2020-03-13T14:27:59.000Z","dependencies_parsed_at":"2022-08-16T12:40:17.799Z","dependency_job_id":null,"html_url":"https://github.com/markusfisch/ZoomGrid","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/markusfisch/ZoomGrid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusfisch%2FZoomGrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusfisch%2FZoomGrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusfisch%2FZoomGrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusfisch%2FZoomGrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markusfisch","download_url":"https://codeload.github.com/markusfisch/ZoomGrid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusfisch%2FZoomGrid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262298770,"owners_count":23289603,"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-library"],"created_at":"2025-06-27T17:06:32.472Z","updated_at":"2025-06-27T17:08:15.915Z","avatar_url":"https://github.com/markusfisch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ZoomGrid\n========\n\nZoomGrid is a grid which can zoom its cells. In other words, it's a\ntwo-dimensional accordion menu inside a fixed rectangle.\n\nHow to use\n----------\n\nCopy ZoomGrid.js (along with any optional extension) into your web folder\nand add a corresponding \u0026lt;script/\u0026gt; tag for each file to the\n\u0026lt;head/\u0026gt; element of your page:\n\n\t\u003cscript type=\"text/javascript\"\n\t\tsrc=\"path/to/ZoomGrid.js\"\u003e\u003c/script\u003e\n\t\u003cscript type=\"text/javascript\"\n\t\tsrc=\"path/to/ZoomGridTransparency.js\"\u003e\u003c/script\u003e\n\nThen invoke the grid:\n\n\tvar z = new ZoomGrid(\n\t\t{ container: document.getElementById( \"Contents\" ) } );\n\nIn this case, you should have a \u0026lt;div id=\"Contents\"/\u0026gt; somewhere on your\npage, of course. After that, you need to activate the extensions you want\nto use. For example, to activate the transparency extension do:\n\n\tz.addTransparency();\n\nSome extensions may require attributes. Just look at the corresponding\nsource file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusfisch%2Fzoomgrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkusfisch%2Fzoomgrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusfisch%2Fzoomgrid/lists"}