{"id":23635197,"url":"https://github.com/interactive-pioneers/iptools-jquery-expandable-list","last_synced_at":"2026-05-01T00:31:51.770Z","repository":{"id":34435271,"uuid":"38368790","full_name":"interactive-pioneers/iptools-jquery-expandable-list","owner":"interactive-pioneers","description":"jQuery plugin to cut lists on page load and show more items on demand","archived":false,"fork":false,"pushed_at":"2017-05-09T13:21:54.000Z","size":81,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":13,"default_branch":"master","last_synced_at":"2026-03-19T23:03:54.115Z","etag":null,"topics":["expandable","jquery","list"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interactive-pioneers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-01T12:00:05.000Z","updated_at":"2017-05-05T16:31:59.000Z","dependencies_parsed_at":"2022-09-14T06:10:13.864Z","dependency_job_id":null,"html_url":"https://github.com/interactive-pioneers/iptools-jquery-expandable-list","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/interactive-pioneers/iptools-jquery-expandable-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactive-pioneers%2Fiptools-jquery-expandable-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactive-pioneers%2Fiptools-jquery-expandable-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactive-pioneers%2Fiptools-jquery-expandable-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactive-pioneers%2Fiptools-jquery-expandable-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interactive-pioneers","download_url":"https://codeload.github.com/interactive-pioneers/iptools-jquery-expandable-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactive-pioneers%2Fiptools-jquery-expandable-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32481553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: 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":["expandable","jquery","list"],"created_at":"2024-12-28T05:31:48.007Z","updated_at":"2026-05-01T00:31:51.714Z","avatar_url":"https://github.com/interactive-pioneers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iptools-jquery-expandable-list [![Build Status](http://img.shields.io/travis/interactive-pioneers/iptools-jquery-expandable-list.svg)](https://travis-ci.org/interactive-pioneers/iptools-jquery-expandable-list)\n\njQuery expandable list plugin\n\n## Features\n\nShow only a defined number of list elements on page load and more on demand.\n\n## Requirements\n\n- jQuery 1.11.3 or greater\n\n## Example\n\n```html\n\u003cul class=\"list\"\u003e\n  \u003cli\u003eItem 1\u003c/li\u003e\n  \u003cli\u003eItem 2\u003c/li\u003e\n  \u003cli\u003eItem 3\u003c/li\u003e\n  \u003cli\u003eItem 4\u003c/li\u003e\n  \u003cli\u003eItem 5\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cscript src=\"src/iptools-jquery-expandable-list.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\"\u003e\n  $(document).ready(function() {\n    $('.list').iptExpandableList({\n      visibleItems: 3\n    });\n  });\n\u003c/script\u003e\n```\n\n## Options\n\nName                | Default                    | Type    | Description\n:-------------------|:---------------------------|:--------|:-----------\nvisibleItems        | `5`                        | int     | Number of initially visible items\nshowMoreButtonLabel | `Show more`                | string  | Label of show more button\nshowLessButtonLabel | `Show less`                | string  | Label of show less button\nshowMoreButtonClass | `button--show-more`        | string  | Class of show more button\nshowLessButtonClass | `button--show-less`        | string  | Class of show less button\ninitializedClass    | `initialized`              | string  | Class added to element after initialization\nanimationDuration   | `500`                      | int     | Animation speed in miliseconds.\n\n## Licence\nCopyright © 2015-2017 Interactive Pioneers GmbH. Licenced under [GPL-3](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteractive-pioneers%2Fiptools-jquery-expandable-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finteractive-pioneers%2Fiptools-jquery-expandable-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteractive-pioneers%2Fiptools-jquery-expandable-list/lists"}