{"id":21239249,"url":"https://github.com/tinacious/shrinklist","last_synced_at":"2026-05-16T09:35:23.128Z","repository":{"id":148671194,"uuid":"14340795","full_name":"tinacious/shrinkList","owner":"tinacious","description":"The shrinkList.js plugin does just that, shrinks lists.","archived":false,"fork":false,"pushed_at":"2019-07-07T02:44:55.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T03:41:13.402Z","etag":null,"topics":["expand","jquery","toggle"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/tinacious.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":"2013-11-12T18:12:47.000Z","updated_at":"2020-11-15T21:56:28.000Z","dependencies_parsed_at":"2023-05-20T20:00:19.276Z","dependency_job_id":null,"html_url":"https://github.com/tinacious/shrinkList","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tinacious/shrinkList","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinacious%2FshrinkList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinacious%2FshrinkList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinacious%2FshrinkList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinacious%2FshrinkList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinacious","download_url":"https://codeload.github.com/tinacious/shrinkList/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinacious%2FshrinkList/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33097012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["expand","jquery","toggle"],"created_at":"2024-11-21T00:42:35.300Z","updated_at":"2026-05-16T09:35:23.106Z","avatar_url":"https://github.com/tinacious.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shrinkList jQuery plugin\n\nby [Tinacious Design](http://tinaciousdesign.com)\n\nThe shrinkList.js plugin does just that, shrinks lists.\n\nThis plugin allows you to take a long unordered or ordered list with, for example, 10 items, but only show 5 initially, and create a link for you to show the remaining list items.\n\nView the demo [here](http://tinacious.github.io/shrinkList/).\n\n## Customization\n\nYou can customize the following:\n\n1. Amount of items to show initially\n2. Speed of the animation in milliseconds \n3. Text string that will be clickable to show the rest of the list items\n\n## Implementation\n\n### Include the plugin\n\nSource the plugin file `shrinkList.js` or `shrinkList.min.js`\n\n### Set up your HTML\n\n```html\n\u003cul id=\"my_list\"\u003e\n    \u003cli\u003eList item\u003c/li\u003e\n    \u003cli\u003eList item\u003c/li\u003e\n    \u003cli\u003eList item\u003c/li\u003e\n    \u003cli\u003eList item\u003c/li\u003e\n    \u003cli\u003eList item\u003c/li\u003e\n    \u003cli\u003eList item\u003c/li\u003e\n\u003c/ul\u003e\n```\n\n### Call the plugin on document.ready or window.load\n\n```js\n$('#my_list').shirnkList({\n    filterText: 'Show all filters',\n    filterSpeed: 250,\n    maxFilters: 3 // default: 10\n});\n```\n\n### See the Results\n\nYour rendered HTML should look something like this:\n\n```\nList item\nList item\nList item\n...\nShow all filters\n```\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/tinacious/shrinklist/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinacious%2Fshrinklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinacious%2Fshrinklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinacious%2Fshrinklist/lists"}