{"id":22976511,"url":"https://github.com/interviewstreet/autocomplete","last_synced_at":"2026-03-20T00:08:15.960Z","repository":{"id":7491151,"uuid":"8840199","full_name":"interviewstreet/autocomplete","owner":"interviewstreet","description":"An auto complete javascript plugin.","archived":false,"fork":false,"pushed_at":"2013-03-18T00:12:53.000Z","size":103,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":96,"default_branch":"master","last_synced_at":"2025-02-07T23:27:11.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/interviewstreet.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":"2013-03-17T19:25:18.000Z","updated_at":"2016-10-11T15:33:57.000Z","dependencies_parsed_at":"2022-09-01T18:23:52.447Z","dependency_job_id":null,"html_url":"https://github.com/interviewstreet/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/interviewstreet%2Fautocomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interviewstreet%2Fautocomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interviewstreet%2Fautocomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interviewstreet%2Fautocomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interviewstreet","download_url":"https://codeload.github.com/interviewstreet/autocomplete/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246777791,"owners_count":20832033,"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-15T00:51:56.186Z","updated_at":"2026-01-15T22:34:33.545Z","avatar_url":"https://github.com/interviewstreet.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Interviewstreet Autocomplete\n============\n\nAn auto complete javascript plugin that automatically queries for the following fields:   \n\n1. Companies \n\n2. Countries\n\n3. Schools\n\n4. Cities\n\nPrerequisites :\n===========\n\nAny javascript autocomplete library  - currently supports jquery-ui.\n\nUsage : \n===========\nInclude the requisite autocomplete library like this:    \n    `\u003cscript type=\"text/javascript\" src=\"jquery-ui.js\" \u003e \u003c/script\u003e`    \nAfter this include the plugin:  \n    `\u003cscript type=\"text/javascript\" src=\"ISAutoComp.js\" \u003e \u003c/script\u003e`  \nNow suppose we have a textarea with id `\"auto\"` like this:  \n    `\u003ctextarea id=\"auto\" class=\"example\" rows=\"1\"\u003e\u003c/textarea\u003e`  \nTo make this an autocomplete field, simply do this:\n    `$('#auto').ISAutoComp({'library':'jquery-ui'});`  \nParameters :\n============\n1. `'library'` : Specifies which autocomplete library to use - Currently only 1 option `'jquery-ui'`  \n2. `'category'` : Specifies the category for autocomplete - Options are : `'school'`, `'country'`, `'city'`, `'company'`  \n\nExample :\n============\nAutocomplete field for schools:  \n`\u003ctextarea id=\"auto\" class=\"example\" rows=\"1\"\u003e\u003c/textarea\u003e`  \n`\u003cscript type=\"text/javascript\"\u003e\n$('#auto').ISAutoComp({'library':'jquery-ui','category':'school'});\n\u003c/script\u003e`\n\n\n  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterviewstreet%2Fautocomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterviewstreet%2Fautocomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterviewstreet%2Fautocomplete/lists"}