tkirda/jquery-autocomplete

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 36 minutes ago
Added to GitGenius on September 19th, 2026
Created on May 26th, 2010
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 1,610
Total Stargazers: 3,538 (+0)
Total Subscribers: 152 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 163.1 days
Mean response time: 905.7 days
90th percentile: 2896.2 days
Tracked items: 73

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 0 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Enhancement (2)
  • Continuous Integration (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Ajax Autocomplete for jQuery is a jQuery plugin that adds autocomplete and autosuggest functionality to text input fields.

The plugin solves the problem of providing users with suggested completions as they type into text inputs. It works by accepting either local data or making Ajax requests to fetch suggestions from a server. The suggestions appear in a dropdown below the input field, allowing users to select from the offered options. The plugin handles the interaction between user input, data fetching, and display of results.

Developers should choose this tool if they are working with jQuery 3.0 or newer and need straightforward autocomplete functionality without heavy dependencies. It suits projects where autocomplete is a secondary feature rather than a core component, and where the overhead of a modern framework-specific solution is not justified. The plugin works as both a UMD bundle loadable via script tag and as an ESM module for modern bundlers, making it flexible for different project setups. The TypeScript types are bundled, providing type safety for TypeScript projects. If you are maintaining a jQuery 1.x or 2.x codebase or need to support older browsers, the earlier release line remains available, though the current version targets evergreen browsers and ES2020.

The project maintains a stable API across major versions, with version 2.0 modernizing the underlying build and dependencies while keeping all existing call sites functional. Development activity shows consistent maintenance of the codebase with attention to keeping the plugin lightweight and compatible with current JavaScript standards.