{"id":22792782,"url":"https://github.com/johnantoni/jquery.autocomplete","last_synced_at":"2025-03-30T17:17:59.456Z","repository":{"id":785209,"uuid":"480420","full_name":"johnantoni/jquery.autocomplete","owner":"johnantoni","description":"Autocomplete an input field to enable users quickly finding and selecting some value, leveraging searching and filtering.","archived":false,"fork":false,"pushed_at":"2010-08-17T17:00:11.000Z","size":658,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T19:09:01.467Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/","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/johnantoni.png","metadata":{"files":{"readme":"README","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-01-20T10:39:02.000Z","updated_at":"2013-11-05T16:00:05.000Z","dependencies_parsed_at":"2022-07-05T14:31:57.237Z","dependency_job_id":null,"html_url":"https://github.com/johnantoni/jquery.autocomplete","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnantoni%2Fjquery.autocomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnantoni%2Fjquery.autocomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnantoni%2Fjquery.autocomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnantoni%2Fjquery.autocomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnantoni","download_url":"https://codeload.github.com/johnantoni/jquery.autocomplete/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246351016,"owners_count":20763232,"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-12-12T03:16:09.544Z","updated_at":"2025-03-30T17:17:59.432Z","avatar_url":"https://github.com/johnantoni.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Why:\n  jquery autocomplete 1.1 official has a bug with IE browsers (6,7,8+) which causes \n  the focus to go to the start of the textbox on mouse-select, rather than at the \n  end for autosuggestions\n\nSo:\n  This repository contains 1.1 official and 1.1pre, which DOES work in IE.\n  \n  What i've done is run the jquery.autocomplete.1.1pre thru JSLint to fix any problems\n  and then compact it with Google Closure Compiler, hence version 1.1a.pre\n  \n  For completeness, i've also included the official version, bgiframe (which fixes focus\n  in IE, sometimes) and ajaxQueue.\n  \nHappy coding\n\nExample JS with message at bottom of autocomplete results...\n\n    var data = \"Core Core Selectors Attributes Traversing Manipulation CSS Events Effects Ajax Utilities\".split(\" \");\n    $(\".autocomplete\").autocomplete(data, {minChars: 0});\n\n    function append_message(text) {\n      if ($(\".ac_results\").find(\"span\").length == 0) {\n        $(\".ac_results\").append(\"\u003cspan\u003e\"+text+\"\u003c/span\u003e\");\n      };\n    };\n\n    $(\".autocomplete\").keyup(function(){\n      append_message(\"If your country is not listed enter it anyway\");\n    });\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnantoni%2Fjquery.autocomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnantoni%2Fjquery.autocomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnantoni%2Fjquery.autocomplete/lists"}