{"id":18389602,"url":"https://github.com/anseki/jquery-ui-autocomplete-scroll","last_synced_at":"2025-04-07T02:34:35.957Z","repository":{"id":11278580,"uuid":"13686687","full_name":"anseki/jquery-ui-autocomplete-scroll","owner":"anseki","description":"Scrollable jQuery UI Autocomplete for long item list","archived":false,"fork":false,"pushed_at":"2022-01-20T11:15:35.000Z","size":45,"stargazers_count":21,"open_issues_count":0,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-29T10:10:45.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://anseki.github.io/jquery-ui-autocomplete-scroll/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anseki.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}},"created_at":"2013-10-18T19:03:33.000Z","updated_at":"2024-03-06T10:07:21.000Z","dependencies_parsed_at":"2022-07-08T01:50:31.467Z","dependency_job_id":null,"html_url":"https://github.com/anseki/jquery-ui-autocomplete-scroll","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anseki%2Fjquery-ui-autocomplete-scroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anseki%2Fjquery-ui-autocomplete-scroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anseki%2Fjquery-ui-autocomplete-scroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anseki%2Fjquery-ui-autocomplete-scroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anseki","download_url":"https://codeload.github.com/anseki/jquery-ui-autocomplete-scroll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430868,"owners_count":20937874,"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":[],"created_at":"2024-11-06T01:43:56.455Z","updated_at":"2025-04-07T02:34:30.943Z","avatar_url":"https://github.com/anseki.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scrollable jQuery UI Autocomplete\n\nScrollable jQuery UI Autocomplete Plugin for long items list.  \nCSS `max-height`, `overflow-y` and `padding-right` can make scrollable list easy. But that is not beautiful. This plugin calculate with items and height of it.  \n**See \u003ca href=\"http://anseki.github.io/jquery-ui-autocomplete-scroll/\"\u003eDEMO\u003c/a\u003e**\n\n## Usage\n\n- Load the `jquery.ui.autocomplete.scroll.min.js` script file after loading `jquery.ui.autocomplete.js` etc.\n- The `maxShowItems` is added to Autocomplete options. It accept the number of items which is max height of items list.\n\n## Example\n\n```js\n$('#txt1').autocomplete({\n  maxShowItems: 5, // Make list height fit to 5 items when items are over 5.\n  source: list1\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanseki%2Fjquery-ui-autocomplete-scroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanseki%2Fjquery-ui-autocomplete-scroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanseki%2Fjquery-ui-autocomplete-scroll/lists"}